summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNur Rony <pro.nmrony@gmail.com>2017-02-25 13:33:15 +0600
committerNur Rony <pro.nmrony@gmail.com>2017-03-13 15:41:23 +0600
commitc065446f4ccbba91e52662e78424b29b1ef12e28 (patch)
treecb33b4ddc3a633516a1ab7f8b500b00ff38b29a0
parent6624218da12e6b5b6de2781a42e0a0145e91d2bc (diff)
downloadgitlab-ce-28499-fix-large-text-tooltip-in-diff-file-name.tar.gz
fixes large text tooltip in diff file name28499-fix-large-text-tooltip-in-diff-file-name
-rw-r--r--app/assets/stylesheets/framework/common.scss6
-rw-r--r--changelogs/unreleased/28499-fix-large-text-tooltip-in-diff-file-name.yml4
2 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index a4b38723bbd..c4265cdb307 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -429,3 +429,9 @@ table {
@include str-truncated(100%);
}
}
+
+.tooltip {
+ .tooltip-inner {
+ word-wrap: break-word;
+ }
+} \ No newline at end of file
diff --git a/changelogs/unreleased/28499-fix-large-text-tooltip-in-diff-file-name.yml b/changelogs/unreleased/28499-fix-large-text-tooltip-in-diff-file-name.yml
new file mode 100644
index 00000000000..660a881e094
--- /dev/null
+++ b/changelogs/unreleased/28499-fix-large-text-tooltip-in-diff-file-name.yml
@@ -0,0 +1,4 @@
+---
+title: Fixes large file name tooltip cutoff in diff header
+merge_request: 9529
+author: