add workaround for line-height issues with tinymce (#13700)
based on this upstream issue: https://github.com/tinymce/tinymce/issues/6431
This commit is contained in:
@@ -154,6 +154,11 @@
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
// FIXME: Remove this workaround when https://github.com/tinymce/tinymce/issues/6431 has been fixed
|
||||
.tox .tox-collection__item:not(.tox-collection__item--state-disabled) .tox-collection__item-label {
|
||||
line-height: 1 !important;
|
||||
}
|
||||
|
||||
.mce-menu {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user