diff options
author | Patrick Geneva <goldbattle@users.noreply.github.com> | 2015-08-24 17:39:57 -0400 |
---|---|---|
committer | Patrick Geneva <goldbattle@users.noreply.github.com> | 2015-08-24 17:39:57 -0400 |
commit | e2bea0631345696f796ede81af9d6185bf0ef62b (patch) | |
tree | 68c639cec81528ed18ba7d7e285c9d48d5e4c97a /public/ng | |
parent | 260301bf2e2d9af6eacbb237eae10c06c77f0685 (diff) | |
download | gitea-e2bea0631345696f796ede81af9d6185bf0ef62b.tar.gz gitea-e2bea0631345696f796ede81af9d6185bf0ef62b.zip |
Updated - Lang Selection Width
Diffstat (limited to 'public/ng')
-rw-r--r-- | public/ng/less/gogs/base.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/ng/less/gogs/base.less b/public/ng/less/gogs/base.less index 321f0c1a45..a85f0fad62 100644 --- a/public/ng/less/gogs/base.less +++ b/public/ng/less/gogs/base.less @@ -101,7 +101,7 @@ clear: both; height: -3+31*@langNum; z-index: 100; font-size: 12px; - width: 120%; + width: 170%; min-width: 140px; li > a { padding: 3px 9px; @@ -298,4 +298,4 @@ clear: both; .list-unstyled { padding-left: 0; list-style: none; -}
\ No newline at end of file +} |