Skip to content
/ gitea Public
forked from go-gitea/gitea

Commit

Permalink
Fix poor table column layout due to breaking words
Browse files Browse the repository at this point in the history
Caused by go-gitea#31091
  • Loading branch information
brechtvl committed Jun 24, 2024
1 parent 0c4ff01 commit 750fc36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web_src/css/markup/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@
width: max-content;
max-width: 100%;
overflow: auto;
overflow-wrap: break-word;
}

.markup table th {
Expand Down

0 comments on commit 750fc36

Please sign in to comment.