diff options
author | Unknwon <u@gogs.io> | 2017-03-10 19:15:28 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-03-10 19:15:28 -0500 |
commit | 31c55213ff480f9a21ea4e4b5ea3add6bc8d3c3f (patch) | |
tree | c47179640e77c5c3e8e20fac96cfd894ceb43482 /public/less | |
parent | 23da90e25d610e94a50dd27223baaa8834f61607 (diff) |
css/repository: fix undesired style for label template select list
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_repository.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index 4101e0d6..41ab594d 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -798,7 +798,7 @@ .label.list { list-style: none; padding-top: 15px; - .item { + >.item { padding-top: 10px; padding-bottom: 10px; border-bottom: 1px dashed #AAA; |