Commit 6181b354 authored by Nur Rony's avatar Nur Rony

fixes large text tooltip in diff file name

parent 37328406
...@@ -429,3 +429,9 @@ table { ...@@ -429,3 +429,9 @@ table {
@include str-truncated(100%); @include str-truncated(100%);
} }
} }
.tooltip {
.tooltip-inner {
word-wrap: break-word;
}
}
---
title: Fixes large file name tooltip cutoff in diff header
merge_request: 9529
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment