Files
huly-platform/packages/theme/styles/_text-editor.scss
T
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;
}