css: fix minor table issue

pull/4722/merge
Unknwon 2017-11-17 00:12:59 -05:00
parent 3b8b8a2ee3
commit 667c40c3de
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
2 changed files with 9 additions and 0 deletions

View File

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

View File

@ -1143,6 +1143,11 @@
overflow: auto;
overflow-x: auto;
overflow-y: hidden;
table {
width: 100%;
border-spacing: 0;
}
}
&.quickstart {