Skip to content

Commit f971191

Browse files
committed
fix comment editor padding
1 parent 29bb52d commit f971191

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

apps/client/src/features/comment/components/comment.module.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
box-shadow: 0 0 0 2px var(--mantine-color-blue-3);
2020
}
2121

22-
.ProseMirror {
23-
width: 100%;
22+
.ProseMirror :global(.ProseMirror){
2423
max-width: 100%;
2524
white-space: pre-wrap;
2625
word-break: break-word;
@@ -29,7 +28,6 @@
2928
padding-right: 6px;
3029
margin-top: 2px;
3130
margin-bottom: 2px;
32-
font-size: 14px;
3331
overflow: hidden auto;
3432
}
3533

0 commit comments

Comments
 (0)