diff options
author | 하윤 <themaymeow@gmail.com> | 2019-04-15 20:59:30 +0200 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-04-15 14:59:30 -0400 |
commit | 83d6e5e3f8df48fdb550c82d1db620e89f9f33e9 (patch) | |
tree | df270fb2715321806fe8d3719cb409c3e7f93d8c /public/less | |
parent | 837116875efc8f27265e884499ecca69ef554014 (diff) | |
download | gitea-83d6e5e3f8df48fdb550c82d1db620e89f9f33e9.tar.gz gitea-83d6e5e3f8df48fdb550c82d1db620e89f9f33e9.zip |
Update UI for topics labels on projects (#6639)
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_explore.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/less/_explore.less b/public/less/_explore.less index 25cd1c1411..a7a939850b 100644 --- a/public/less/_explore.less +++ b/public/less/_explore.less @@ -47,6 +47,9 @@ font-size: 12px; color: #808080; } + .ui.tags { + margin-bottom: 1em; + } } } |