diff --git a/app/assets/stylesheets/sections/dashboard.scss b/app/assets/stylesheets/sections/dashboard.scss index a058856..2e5c931 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; + } +} -- libgit2 0.21.2