diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-10-30 15:38:37 -0700 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-11-08 19:22:40 -0700 |
commit | cb2d2bc3321d82002eb46217767049d51e3df7be (patch) | |
tree | fdd7fac8e4c518bb020061871411f08e1b27c363 /app | |
parent | 0c3877a48827b587b407174410196993bec79f73 (diff) | |
download | gitlab-ce-cb2d2bc3321d82002eb46217767049d51e3df7be.tar.gz |
Remove max-width on desktop
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/header.scss | 5 |
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 { |