From e2bea0631345696f796ede81af9d6185bf0ef62b Mon Sep 17 00:00:00 2001
From: Patrick Geneva <goldbattle@users.noreply.github.com>
Date: Mon, 24 Aug 2015 17:39:57 -0400
Subject: [PATCH] Updated - Lang Selection Width

---
 public/ng/less/gogs/base.less | 4 ++--
 1 file 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
+}