aboutsummaryrefslogtreecommitdiff
path: root/public/ng/less/gogs/base.less
diff options
context:
space:
mode:
Diffstat (limited to 'public/ng/less/gogs/base.less')
-rw-r--r--public/ng/less/gogs/base.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/ng/less/gogs/base.less b/public/ng/less/gogs/base.less
index f715ed06..a3a7c2ff 100644
--- a/public/ng/less/gogs/base.less
+++ b/public/ng/less/gogs/base.less
@@ -102,6 +102,7 @@ clear: both;
z-index: 100;
font-size: 12px;
width: 120%;
+ min-width: 100px;
li > a {
padding: 3px 9px;
}
@@ -290,4 +291,8 @@ clear: both;
li {
display: inline;
}
+}
+.list-unstyled {
+ padding-left: 0;
+ list-style: none;
} \ No newline at end of file