1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 09:25:48 +00:00

Fix table headers (#980)

Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com>
This commit is contained in:
Andrew Boyarshin 2017-02-20 10:13:20 +07:00 committed by Lunny Xiao
parent c2c27891c9
commit d4b752def9
2 changed files with 2 additions and 4 deletions

View File

@ -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;

View File

@ -240,8 +240,7 @@
}
table {
display:block;
width:100%;
width:auto;
overflow:auto;
word-break:normal;
word-break:keep-all;