Skip to content

Commit 25fc9ce

Browse files
committed
fix quill read-only spacing
1 parent 8c1c667 commit 25fc9ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ui/src/styles.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@ $hover-scale: 1.005;
151151
z-index: 500;
152152
}
153153

154+
.ql-editor > p {
155+
margin-top: 0;
156+
margin-bottom: 0;
157+
}
158+
154159
.faded {
155160
opacity: 0.5;
156161
}

0 commit comments

Comments
 (0)