summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-05-04 20:59:27 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-05-04 20:59:27 +0000
commit950ab1e8470011bda4a2c481fc73e12df391dddf (patch)
tree9b40090ae7eb6d03045ba8cb2396d25095da63fe /app
parent7ed3a6944f930718e4e552cf6a5656b7e95dddc1 (diff)
parent6b4e255aa86864571b7d8dbc338986d4017b4215 (diff)
downloadgitlab-ce-950ab1e8470011bda4a2c481fc73e12df391dddf.tar.gz
Merge branch '17000-comment-links' into 'master'
Remove break-all from links Closes #17000 See merge request !4042
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/notes.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 9619d65db85..50ca755bcb6 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -114,10 +114,6 @@ ul.notes {
word-break: keep-all;
}
}
-
- a {
- word-break: break-all;
- }
}
.note-header {