Skip to content

Commit 6f75560

Browse files
authored
Balance text wrapping on headings. (#8650)
1 parent cdbe3e4 commit 6f75560

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/web_css/lib/src/_base_dash.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ button, input, textarea, select {
4242
font-size: inherit;
4343
}
4444

45+
// Balance text wrapping on headings.
46+
h1, h2, h3, h4, h5, h6 {
47+
text-wrap: balance;
48+
}
49+
4550
// Links are underlined when hovered.
4651
a {
4752
cursor: pointer;

0 commit comments

Comments
 (0)