From c54d07b9ed083fe5739cc0e467eaf79b2deda255 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 19 Jun 2013 23:03:43 +0300 Subject: [PATCH] Add < 1200px support for project filter on dashboard --- app/assets/stylesheets/sections/dashboard.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/sections/dashboard.scss b/app/assets/stylesheets/sections/dashboard.scss index a058856306..2e5c93134a 100644 --- a/app/assets/stylesheets/sections/dashboard.scss +++ b/app/assets/stylesheets/sections/dashboard.scss @@ -56,3 +56,9 @@ margin-left: -2px; } } + +@media (max-width: 1200px) { + .dashboard .dash-projects-filter { + width: 132px; + } +}