mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-23 16:56:07 +00:00
Fixes ugly looked image selection (#4490)
Signed-off-by: Bogdan <tsechoev.bogdan@yandex.ru>
This commit is contained in:
parent
de79b44e9f
commit
89e79e13d4
@ -193,6 +193,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@supports (selector(:has(.text-editor-image-container))) {
|
||||||
|
p:has(> .text-editor-image-container) {
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.text-editor-image-container {
|
.text-editor-image-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
Loading…
Reference in New Issue
Block a user