Skip to content
Snippets Groups Projects
Commit c6e4eef8 authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

only apply i18n padding to toolbar grouping element, fixes #3211

Closes #3211

Merge request studip/studip!2261
parent fe0af4bf
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment