diff options
author | Fernando Arias <farias@gitlab.com> | 2019-02-13 08:25:30 -0600 |
---|---|---|
committer | Fernando Arias <farias@gitlab.com> | 2019-02-13 08:25:30 -0600 |
commit | e551ebf6a06e62ccce05d9d4666413ad2db63d21 (patch) | |
tree | 6e405fa584641adb86addee69fbb5ae15a762361 /app/assets | |
parent | 0d8222e3d3dca81a24d6279c6f997e7744b04f75 (diff) | |
download | gitlab-ce-e551ebf6a06e62ccce05d9d4666413ad2db63d21.tar.gz |
Update text-break-word rulefix-job-name-overflow
* change to break-all for proper wrapping across all browsers
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/framework/common.scss | 2 |
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; } |