diff options
| author | Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> | 2023-10-10 15:31:53 +0000 |
|---|---|---|
| committer | Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> | 2023-10-10 15:31:53 +0000 |
| commit | c6e4eef8dbd6293f32caec33b351a96640ff1e1e (patch) | |
| tree | f78b3d226751b857707a871fcc680e2a28de5e5b /resources | |
| parent | fe0af4bf2a127b5d38e863db6ff4160d2c7d88a9 (diff) | |
only apply i18n padding to toolbar grouping element, fixes #3211
Closes #3211
Merge request studip/studip!2261
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/assets/stylesheets/scss/i18n.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/assets/stylesheets/scss/i18n.scss b/resources/assets/stylesheets/scss/i18n.scss index 1692a7a..318c1c8 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 { |
