Skip to content

Commit

Permalink
fix(ld-paragraph): ld-paragraph should be display block by default
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Jun 23, 2021
1 parent 0303f41 commit a6cd566
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/liquid/components/ld-paragraph/ld-paragraph.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:where(ld-paragraph) {
display: block;
}

.ld-paragraph {
font: var(--ld-typo-body-m);
}
Expand Down

0 comments on commit a6cd566

Please sign in to comment.