summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-10-30 15:38:37 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-11-08 19:22:40 -0700
commitcb2d2bc3321d82002eb46217767049d51e3df7be (patch)
treefdd7fac8e4c518bb020061871411f08e1b27c363
parent0c3877a48827b587b407174410196993bec79f73 (diff)
downloadgitlab-ce-cb2d2bc3321d82002eb46217767049d51e3df7be.tar.gz
Remove max-width on desktop
-rw-r--r--app/assets/stylesheets/framework/header.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 1cdfa904374..ea5d8ba028c 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -423,8 +423,11 @@
}
.breadcrumb-item-text {
- @include str-truncated(128px);
text-decoration: inherit;
+
+ @media (max-width: $screen-xs-max) {
+ @include str-truncated(128px);
+ }
}
.breadcrumbs-list-angle {