Skip to content

Commit 71863f8

Browse files
author
per ploug
committed
Sets a horizontal overflow on grid cells
To avoid that cell editors go beyond the cell horizontally
1 parent 6df6e3b commit 71863f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Umbraco.Web.UI.Client/src/less/gridview.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@
506506
margin-right: 45px;
507507
margin-bottom: 15px;
508508
border: 1px dashed transparent;
509+
overflow-y: hidden;
509510
}
510511

511512

0 commit comments

Comments
 (0)