From 529792227cdfee52a4b092b301ccadb18d339422 Mon Sep 17 00:00:00 2001 From: Kenn Jacobsen Date: Sun, 25 Aug 2019 13:25:46 +0200 Subject: [PATCH] Make sure the empty search result is visible for list views (cherry picked from commit bfc87922cbd174ad4670ea7c523e722c5d82effa) --- src/Umbraco.Web.UI.Client/src/less/property-editors.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/property-editors.less b/src/Umbraco.Web.UI.Client/src/less/property-editors.less index 9e8dd37ab9..0327d5139d 100644 --- a/src/Umbraco.Web.UI.Client/src/less/property-editors.less +++ b/src/Umbraco.Web.UI.Client/src/less/property-editors.less @@ -3,7 +3,7 @@ // // Container styles // -------------------------------------------------- -.umb-property-editor { +.umb-property-editor { width: 100%; }