mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-24 13:22:23 +02:00
10 lines
211 B
SCSS
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;
|
|
} |