admin/config: minor CSS fix

This commit is contained in:
Unknwon
2017-02-28 23:25:03 -05:00
parent 6daac151b8
commit c6e08d76fd
3 changed files with 18 additions and 1 deletions

View File

@@ -3026,6 +3026,12 @@ footer .ui.language .menu {
background-color: #f7f7f7;
padding: 5px;
}
.admin.config .log-config table tbody tr td:first-child {
width: 100px;
}
.admin.config .log-config table tbody tr td:not(first-child) {
max-width: 0;
}
.explore {
padding-top: 15px;
padding-bottom: 80px;