Skip to content

Commit

Permalink
Erzwungene Umbrüche in Tabellen aufheben, fixed #386
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaddade authored Nov 20, 2024
1 parent 09d5de6 commit 6fda775
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _sass/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
margin-top: 60px;
word-break: break-word;

tbody th,
tbody td {
word-break: normal;
}

> :first-child {
margin-top: 0;
}
Expand Down

0 comments on commit 6fda775

Please sign in to comment.