platform/packages/theme/styles/_text-editor.scss
Maksim Karmatskikh 16d079bb88
Uber 555 (#3572)
Signed-off-by: Maxim Karmatskikh <mkarmatskih@gmail.com>
2023-08-10 23:27:43 +07:00

10 lines
211 B
SCSS

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