Skip to content

Commit

Permalink
Merge branch 'fix-table-overflow' into 'main'
Browse files Browse the repository at this point in the history
Fix table text overflow in base styles

See merge request reportcreator/reportcreator!437
  • Loading branch information
MWedl committed Jan 30, 2024
2 parents 85c6d85 + f53d3e2 commit cd338d1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The reason why the file extension is .scss is that the SCSS-preprocessor inlines
table {
width: 100%;
caption-side: bottom;
overflow-wrap: anywhere;
}
table, th, td {
border: 1px solid black;
Expand Down

0 comments on commit cd338d1

Please sign in to comment.