diff options
Diffstat (limited to 'public/css')
-rwxr-xr-x | public/css/gogs.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index ac9f704d2c..b3498d4b68 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1450,6 +1450,10 @@ footer .container .links > *:first-child { .repository.view.issue .ui.segment.metas { margin-top: -3px; } +.repository.view.issue .ui.participants img { + margin-top: 5px; + margin-right: 5px; +} .repository .comment.form .ui.comments { margin-top: -12px; max-width: 100%; |