From 9d6c769f18dace5699454ff211e8bb679420ddab Mon Sep 17 00:00:00 2001
From: Jose Ivan Vargas <jvargas@gitlab.com>
Date: Thu, 26 Jan 2017 14:16:56 -0600
Subject: [PATCH] Added a media query when there's a more width available to
 show more of the title

---
 app/assets/stylesheets/framework/common.scss | 3 +++
 1 file changed, 3 insertions(+)

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 {
-- 
GitLab