From 61df9d5254762f2f7dfadb458d58cb4575a1b88e Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 29 Sep 2020 17:02:53 +0200 Subject: [PATCH] Fix title border issue with small screens --- customize.dist/src/less2/include/toolbar.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/customize.dist/src/less2/include/toolbar.less b/customize.dist/src/less2/include/toolbar.less index b787fb63b..863e828a7 100644 --- a/customize.dist/src/less2/include/toolbar.less +++ b/customize.dist/src/less2/include/toolbar.less @@ -483,6 +483,7 @@ height: @toolbar_line-height; box-sizing: border-box; line-height: @toolbar_line-height; + border: 1px solid transparent; } .cp-toolbar-title-readonly { font-size: 14px; @@ -490,7 +491,7 @@ .cp-toolbar-title-value { padding: 5px; line-height: @toolbar_line-height - 10px; - border: 0; + //border: 0; } .cp-toolbar-title-edit, .cp-toolbar-title-save { box-sizing: border-box;