OSDN Git Service

Add < 1200px support for project filter on dashboard
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Wed, 19 Jun 2013 20:03:43 +0000 (23:03 +0300)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Wed, 19 Jun 2013 20:03:43 +0000 (23:03 +0300)
app/assets/stylesheets/sections/dashboard.scss

index a058856..2e5c931 100644 (file)
@@ -56,3 +56,9 @@
     margin-left: -2px;
   }
 }
+
+@media (max-width: 1200px) {
+  .dashboard .dash-projects-filter {
+    width: 132px;
+  }
+}