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;