fix comment editor padding
This commit is contained in:
parent
29bb52db0c
commit
f9711918a3
1 changed files with 1 additions and 3 deletions
|
|
@ -19,8 +19,7 @@
|
|||
box-shadow: 0 0 0 2px var(--mantine-color-blue-3);
|
||||
}
|
||||
|
||||
.ProseMirror {
|
||||
width: 100%;
|
||||
.ProseMirror :global(.ProseMirror){
|
||||
max-width: 100%;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
|
|
@ -29,7 +28,6 @@
|
|||
padding-right: 6px;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
font-size: 14px;
|
||||
overflow: hidden auto;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue