aboutsummaryrefslogtreecommitdiff
path: root/public/css/gogs.css
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-02-29 23:34:03 +0800
committerᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-02-29 23:34:03 +0800
commit333998509f270c8b10ee5bba063c7ec1dab0f09c (patch)
tree03a65995aab75e4fdcb47ae82314b3f4ceaeccfc /public/css/gogs.css
parent8796df8218aa306f1431c17233fbcc3e0811cc4e (diff)
css: fix /admin/config pre overflow
Diffstat (limited to 'public/css/gogs.css')
-rw-r--r--public/css/gogs.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 394d89a6..a0380519 100644
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -3180,6 +3180,10 @@ footer .ui.language .menu {
.admin.config .log-config table tbody tr td:first-child {
width: 100px;
}
+.admin.config .log-config table tbody tr td:last-child pre {
+ width: 600px;
+ overflow-y: auto;
+}
.explore {
padding-top: 15px;
padding-bottom: 80px;