From 37741f3eb8e1083388f9cf6937fce3c9ddb15d0c Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 13 Nov 2013 17:06:24 +0200 Subject: [PATCH] Fix small select width for trasnfer project Signed-off-by: Dmitriy Zaporozhets --- app/assets/stylesheets/sections/projects.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/sections/projects.scss b/app/assets/stylesheets/sections/projects.scss index b50d9046f..54a4ac6dd 100644 --- a/app/assets/stylesheets/sections/projects.scss +++ b/app/assets/stylesheets/sections/projects.scss @@ -184,3 +184,7 @@ ul.nav.nav-projects-tabs { line-height: 1.5; } } + +.transfer-project .chosen-container { + min-width: 200px; +} -- 2.11.0