Skip to content

Commit

Permalink
fix(ffe-lists): tekst-overflow i lister
Browse files Browse the repository at this point in the history
  • Loading branch information
antidecaf committed Mar 5, 2024
1 parent 31bc0a7 commit 684b48f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ffe-lists/less/regular-lists.less
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
> .ffe-bullet-list__item {
margin-top: @ffe-spacing-xs;
margin-left: @ffe-spacing-sm;
overflow-wrap: anywhere;
}
}

Expand Down Expand Up @@ -185,4 +186,5 @@
.ffe-stylized-numbered-list__item-content {
grid-column: 2/3;
grid-row: 1/-1;
overflow-wrap: anywhere;
}

0 comments on commit 684b48f

Please sign in to comment.