summaryrefslogtreecommitdiffstats
path: root/public/css
diff options
context:
space:
mode:
authorAndrew Boyarshin <andrew.boyarshin@gmail.com>2017-02-20 10:13:20 +0700
committerLunny Xiao <xiaolunwen@gmail.com>2017-02-20 11:13:20 +0800
commitd4b752def9d46995720526c1757456948df2a790 (patch)
treee65557940f2f9cec81fee0ddda1f5c02c0a29ba4 /public/css
parentc2c27891c9898c81f432b78292302a4f51aec514 (diff)
downloadgitea-d4b752def9d46995720526c1757456948df2a790.tar.gz
gitea-d4b752def9d46995720526c1757456948df2a790.zip
Fix table headers (#980)
Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com>
Diffstat (limited to 'public/css')
-rw-r--r--public/css/index.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/public/css/index.css b/public/css/index.css
index 85101faba9..34764b6894 100644
--- a/public/css/index.css
+++ b/public/css/index.css
@@ -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;