Skip to content

Commit

Permalink
feat(design): add word wrap style to article headings (#2709)
Browse files Browse the repository at this point in the history
  • Loading branch information
xelaint committed Jan 9, 2024
1 parent 4fe945c commit 5acb15c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/design/article/src/article/article.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

.daff-article {
display: block;
overflow: hidden;

@include stopsArticleCascade(a) {
font-weight: 600;
Expand All @@ -15,6 +16,7 @@

@include stopsArticleCascade(h1, h2, h3, h4, h5, h6) {
margin-bottom: 1.5rem;
word-wrap: break-word;
}

@include stopsArticleCascade(h2, h3, h4, h5, h6) {
Expand Down

0 comments on commit 5acb15c

Please sign in to comment.