Commit c54d07b9ed083fe5739cc0e467eaf79b2deda255

Authored by Dmitriy Zaporozhets
1 parent 3d978f06

Add < 1200px support for project filter on dashboard

app/assets/stylesheets/sections/dashboard.scss
... ... @@ -56,3 +56,9 @@
56 56 margin-left: -2px;
57 57 }
58 58 }
  59 +
  60 +@media (max-width: 1200px) {
  61 + .dashboard .dash-projects-filter {
  62 + width: 132px;
  63 + }
  64 +}
... ...