Skip to content

Commit d2abd29

Browse files
author
ComputelessComputer
committed
remove paragraph vertical spacing
1 parent 58bfbb4 commit d2abd29

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

src/components/editor/Editor.css

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
/* Philo-specific editor styles. Tiptap base styles come from vendor/hyprnote/packages/tiptap/styles.css */
22

33
.tiptap > p {
4-
margin-top: 0.85rem;
5-
margin-bottom: 0.85rem;
6-
}
7-
8-
.tiptap > p:first-child {
9-
margin-top: 0;
10-
}
11-
12-
.tiptap > p:last-child {
13-
margin-bottom: 0;
4+
margin: 0;
145
}
156

167
/* ---- Bubble Menu ---- */
@@ -340,4 +331,3 @@
340331
color: #ef4444;
341332
font-family: 'IBM Plex Sans', sans-serif;
342333
}
343-

0 commit comments

Comments
 (0)