Commit 37741f3eb8e1083388f9cf6937fce3c9ddb15d0c

Authored by Dmitriy Zaporozhets
1 parent 64edb27a

Fix small select width for trasnfer project

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
app/assets/stylesheets/sections/projects.scss
... ... @@ -184,3 +184,7 @@ ul.nav.nav-projects-tabs {
184 184 line-height: 1.5;
185 185 }
186 186 }
  187 +
  188 +.transfer-project .chosen-container {
  189 + min-width: 200px;
  190 +}
... ...