summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-03-21 14:51:45 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-03-21 14:51:45 +0000
commitb6a9a8baf5d05121b2665e62a7169bb55459ae69 (patch)
treeb63d493c58c341ff18cef07267c46ce0f366ec6b
parente4be6dde19549b88c848b64958dff32196cbfc8f (diff)
downloadgitlab-ce-b6a9a8baf5d05121b2665e62a7169bb55459ae69.tar.gz
Prevent column with smaller width in performance bar
-rw-r--r--app/assets/stylesheets/framework/common.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 92143b625c6..d0dda50a835 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -446,9 +446,8 @@ img.emoji {
opacity: .5;
}
-.break-all {
+.break-word {
word-wrap: break-word;
- word-break: break-all;
}
/** COMMON CLASSES **/