Skip to content

Commit 357d1aa

Browse files
authoredDec 8, 2024··
Erzwungene Umbrüche in Tabellen aufheben, fixed #386 (#387)
1 parent fe6d674 commit 357d1aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎_sass/_content.scss

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
margin-top: 60px;
1010
word-break: break-word;
1111

12+
tbody th,
13+
tbody td {
14+
word-break: normal;
15+
}
16+
1217
> :first-child {
1318
margin-top: 0;
1419
}

0 commit comments

Comments
 (0)
Please sign in to comment.