diff options
author | Unknwon <u@gogs.io> | 2017-11-17 00:12:59 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-11-17 00:12:59 -0500 |
commit | 667c40c3de8e68b6171e67367509fee5d4477813 (patch) | |
tree | 5a10ead3e10f4ffe3f459f61427e7c5d5c019429 /public/css/gogs.css | |
parent | 3b8b8a2ee35b5ca603f02d5eaeac8c3d7334353d (diff) |
css: fix minor table issue
Diffstat (limited to 'public/css/gogs.css')
-rw-r--r-- | public/css/gogs.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 8e311a8b..c1fc48a2 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2203,6 +2203,10 @@ footer .ui.language .menu { overflow-x: auto; overflow-y: hidden; } +.repository .code-view table { + width: 100%; + border-spacing: 0; +} .repository.quickstart .guide .item { padding: 1em; } |