diff options
Diffstat (limited to 'public/css/gogs.css')
-rw-r--r-- | public/css/gogs.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index ed6ef2a9..afef67ac 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2310,6 +2310,12 @@ footer .ui.language .menu { margin-left: 20px; display: block; } +.repository.settings.branches .branch-protection .whitelist { + margin-left: 26px; +} +.repository.settings.branches .branch-protection .whitelist .dropdown img { + display: inline-block; +} .repository.settings.webhooks .types .menu .item { padding: 10px !important; } |