fix: comments block on edge and older browser (#1310)
* fix: overflow on edge and older browser
This commit is contained in:
parent
232cea8cc9
commit
5364702b69
1 changed files with 6 additions and 0 deletions
|
|
@ -12,6 +12,12 @@
|
|||
padding: 8px;
|
||||
background: var(--mantine-color-gray-light);
|
||||
cursor: pointer;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
-ms-word-break: break-word;
|
||||
max-width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.commentEditor {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue