Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
Added min-heght to paragraphs, so empty paragraphs will still appear …
Browse files Browse the repository at this point in the history
…in rendered posts
  • Loading branch information
veloc1 committed Apr 2, 2020
1 parent 905a428 commit f2ac389
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ pre {
p {
margin: 0 0 $line-height / 5;
min-height: 1rem;
}
a:focus,
Expand Down

0 comments on commit f2ac389

Please sign in to comment.