summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2016-09-29 11:05:43 +0100
committerFilipa Lacerda <filipa@gitlab.com>2016-09-29 11:05:43 +0100
commit13707844aecdd0ddb6fcbf49a318624a67cc692b (patch)
tree965cba5cdc741c8b16fd1296ccff5d5e4a6e8763
parentba9ed63242e0a43b19ee0b735d4335ed0e7a9eb8 (diff)
downloadgitlab-ce-22544-long-commit-message.tar.gz
Combines media queries22544-long-commit-message
-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;
}