summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Arias <farias@gitlab.com>2019-02-13 08:25:30 -0600
committerFernando Arias <farias@gitlab.com>2019-02-13 08:25:30 -0600
commite551ebf6a06e62ccce05d9d4666413ad2db63d21 (patch)
tree6e405fa584641adb86addee69fbb5ae15a762361
parent0d8222e3d3dca81a24d6279c6f997e7744b04f75 (diff)
downloadgitlab-ce-fix-job-name-overflow.tar.gz
Update text-break-word rulefix-job-name-overflow
* change to break-all for proper wrapping across all browsers
-rw-r--r--app/assets/stylesheets/framework/common.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index c0a4abce924..dc279bfa202 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -49,7 +49,7 @@
}
.text-break-word {
- word-break: break-word;
+ word-break: break-all;
}
.hint { font-style: italic; color: $gl-gray-400; }