BigW Consortium Gitlab

Commit aab54d75 by Filipa Lacerda Committed by Lin Jen-Shin

Merge branch '28499-fix-large-text-tooltip-in-diff-file-name' into 'master'

fixes large text tooltip in diff file name Closes #28499 See merge request !9529
parent 9d96367f
......@@ -429,3 +429,9 @@ table {
@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