From 71863f8ba12a1850c2a9b7ea78a40adce95cdaf1 Mon Sep 17 00:00:00 2001 From: per ploug Date: Thu, 13 Nov 2014 07:51:59 +0100 Subject: [PATCH] Sets a horizontal overflow on grid cells To avoid that cell editors go beyond the cell horizontally --- src/Umbraco.Web.UI.Client/src/less/gridview.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web.UI.Client/src/less/gridview.less b/src/Umbraco.Web.UI.Client/src/less/gridview.less index a221c0aa5a..1d3bcc127d 100644 --- a/src/Umbraco.Web.UI.Client/src/less/gridview.less +++ b/src/Umbraco.Web.UI.Client/src/less/gridview.less @@ -506,6 +506,7 @@ margin-right: 45px; margin-bottom: 15px; border: 1px dashed transparent; + overflow-y: hidden; }