diff options
author | 无闻 <u@gogs.io> | 2015-08-25 05:57:15 +0800 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2015-08-25 05:57:15 +0800 |
commit | c256fc4438488558c2976858bc0f7cf451aa641d (patch) | |
tree | 68c639cec81528ed18ba7d7e285c9d48d5e4c97a | |
parent | 260301bf2e2d9af6eacbb237eae10c06c77f0685 (diff) | |
parent | e2bea0631345696f796ede81af9d6185bf0ef62b (diff) | |
download | gitea-c256fc4438488558c2976858bc0f7cf451aa641d.tar.gz gitea-c256fc4438488558c2976858bc0f7cf451aa641d.zip |
Merge pull request #1536 from goldbattle/patch-1
Updated - Lang Selection Width
-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 +} |