aboutsummaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-02-28 23:25:03 -0500
committerUnknwon <u@gogs.io>2017-02-28 23:25:03 -0500
commitc6e08d76fd71e21042e967f06ee6ae764a22649e (patch)
tree2b7413d15741d9fa68d3c6f766a5cf62b5e5deab /public/css
parent6daac151b86589e42c9b84ffddc7f84d918eee9a (diff)
admin/config: minor CSS fix
Diffstat (limited to 'public/css')
-rw-r--r--public/css/gogs.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 92b26e14..d930cf1e 100644
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -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;