platform/packages/theme/styles/_text-editor.scss
Maksim Karmatskikh eaeb3b75e7
UBERF-55: Change editor toolbar behavior and update icons (#3645)
Signed-off-by: Maxim Karmatskikh <mkarmatskih@gmail.com>
2023-08-31 12:48:13 +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: 450px !important;
}