diff --git a/services/web/public/stylesheets/app/editor.less b/services/web/public/stylesheets/app/editor.less index 97429f1d7b..dab655c2eb 100644 --- a/services/web/public/stylesheets/app/editor.less +++ b/services/web/public/stylesheets/app/editor.less @@ -60,7 +60,7 @@ display: inline-block; text-align: left; min-width: 400px; - padding: (@line-height-computed / 4); + padding: @global-alerts-padding; font-size: 14px; margin-bottom: (@line-height-computed / 4); position: relative; diff --git a/services/web/public/stylesheets/core/_common-variables.less b/services/web/public/stylesheets/core/_common-variables.less index 257e1b2a04..8b666e7b58 100644 --- a/services/web/public/stylesheets/core/_common-variables.less +++ b/services/web/public/stylesheets/core/_common-variables.less @@ -909,6 +909,7 @@ @project-name-color : @gray; @project-rename-link-color : @gray-light; @project-rename-link-color-hover : @gray-dark; +@global-alerts-padding : (@line-height-computed / 4); // Editor file-tree @file-tree-bg : transparent; diff --git a/services/web/public/stylesheets/core/ol-variables.less b/services/web/public/stylesheets/core/ol-variables.less index ae03e06bbf..eed1facd85 100644 --- a/services/web/public/stylesheets/core/ol-variables.less +++ b/services/web/public/stylesheets/core/ol-variables.less @@ -210,6 +210,7 @@ @project-name-color : @ol-blue-gray-2; @project-rename-link-color : @ol-blue-gray-2; @project-rename-link-color-hover : @ol-blue-gray-1; +@global-alerts-padding : 7px; // Editor file-tree @file-tree-bg : @ol-blue-gray-4;