Skip to content

Commit

Permalink
fix(info-block): word-break for long text (SDWNE-3423) (#135)
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Dendorfer <[email protected]>
  • Loading branch information
fdendorfer and Florian Dendorfer authored Nov 22, 2024
1 parent 391ab2c commit 3ba15bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/components/info-block.postcss
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
}

.info-block__title {
@apply font--bold pr-1 mb-4;
@apply font--bold pr-1 mb-4 break-words;
}

0 comments on commit 3ba15bf

Please sign in to comment.