diff options
| author | Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> | 2023-10-10 15:31:53 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2023-10-13 11:38:01 +0200 |
| commit | 099a37e82d6286be0a5e62b68ac51556eb611d32 (patch) | |
| tree | 2907bb4aaca027e3395a198c419b275def870f52 | |
| parent | fa418c3767ea52e364c689876a23d183932dbf21 (diff) | |
only apply i18n padding to toolbar grouping element, fixes #3211
Closes #3211
Merge request studip/studip!2261
| -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 9a2a0bf..f96bd87 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 { |
