diff --git a/resources/assets/stylesheets/scss/i18n.scss b/resources/assets/stylesheets/scss/i18n.scss index 9a2a0bf830626b644ffb491fd9eb425c2475142e..f96bd878eed014f0051c0c182d35ae8f870ce4ba 100644 --- a/resources/assets/stylesheets/scss/i18n.scss +++ b/resources/assets/stylesheets/scss/i18n.scss @@ -29,8 +29,8 @@ div.i18n_group { } > div.i18n { - input[type=text], > textarea, .editor_toolbar .buttons, .ck-toolbar { - padding-left: ($max-width + 6px) !important; + input[type=text], > textarea, .editor_toolbar .buttons, .ck.ck-toolbar_grouping { + padding-left: calc($max-width + 6px); } > div.editor_toolbar {