platform/packages/theme/styles/_text-editor.scss

10 lines
211 B
SCSS
Raw Normal View History

.textEditorImage {
cursor: pointer;
object-fit: contain;
}
// need to override editor's bubble max-width
// due to https://github.com/atomiks/tippyjs/issues/451
.tippy-box {
max-width: 370px !important;
}