mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-02 09:13:54 +03:00
16d079bb88
Signed-off-by: Maxim Karmatskikh <mkarmatskih@gmail.com>
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;
|
|
} |