mirror of
https://github.com/plebbit/seedit.git
synced 2026-06-12 18:15:57 -04:00
fix(markdown): replies had incorrect white-space and double returns needed margin on posts
This commit is contained in:
@@ -27,3 +27,7 @@
|
||||
.markdown h2 {
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
.markdown p {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
@@ -126,7 +126,6 @@
|
||||
font-weight: 400;
|
||||
color: var(--text);
|
||||
max-width: 60em;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user