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:
Jacob Overgaard
2023-01-19 09:26:00 +01:00
committed by GitHub
parent cfdc4a9573
commit 0d4d3ce33c

View File

@@ -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;
}