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-20 19:45:24 +0600
commit6181b35409ad1ef6561b5487323adb9ba6b0d3e7 (patch)
tree57c1775f9777eaa6f7047c475f186f93b3ad4a45
parent373284060956fe35049abbffac396c91326be65d (diff)
downloadgitlab-ce-6181b35409ad1ef6561b5487323adb9ba6b0d3e7.tar.gz
fixes 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..2c33b235980 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;
+ }
+}
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: