Skip to content

Commit

Permalink
Fix table headers (go-gitea#980)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com>
  • Loading branch information
andrew-boyarshin authored and lunny committed Feb 20, 2017
1 parent c2c2789 commit d4b752d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions public/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -630,8 +630,7 @@ footer .ui.language .menu {
margin-bottom: 0;
}
.markdown:not(code) table {
display: block;
width: 100%;
width: auto;
overflow: auto;
word-break: normal;
word-break: keep-all;
Expand Down
3 changes: 1 addition & 2 deletions public/less/_markdown.less
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,7 @@
}

table {
display:block;
width:100%;
width:auto;
overflow:auto;
word-break:normal;
word-break:keep-all;
Expand Down

0 comments on commit d4b752d

Please sign in to comment.