summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-01-26 14:16:56 -0600
committerJose Ivan Vargas <jvargas@gitlab.com>2017-04-24 18:17:43 -0500
commit9d6c769f18dace5699454ff211e8bb679420ddab (patch)
treeffa0218c446ceb68ec80174501fea71e442d6044
parent49e9fd05bfbb4dfe15b1698cc00883afdb3ef313 (diff)
downloadgitlab-ce-9d6c769f18dace5699454ff211e8bb679420ddab.tar.gz
Added a media query when there's a more width available to show more of the title
-rw-r--r--app/assets/stylesheets/framework/common.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index f4f285f0fdc..1edea8b997f 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -427,6 +427,9 @@ table {
.str-truncated {
&-30 {
@include str-truncated(30%);
+ @media (max-width: $screen-xs-max){
+ max-width: 90%;
+ }
}
&-60 {