summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/tree.scss6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/tree.scss b/app/assets/stylesheets/pages/tree.scss
index a591a2a0c6e..d5f3c5a5625 100644
--- a/app/assets/stylesheets/pages/tree.scss
+++ b/app/assets/stylesheets/pages/tree.scss
@@ -108,11 +108,7 @@
min-width: 135px;
color: $gl-gray-light;
- @media (min-width: $screen-md) and (max-width: $screen-lg){
- min-width: 195px;
- }
-
- @media (max-width: $screen-xs) {
+ @media (min-width: $screen-md) and (max-width: $screen-lg), (max-width: $screen-xs){
min-width: 195px;
}