Commit b55c1bc4 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '27014-fix-pipeline-tooltip-wrapping' into 'master'

Fix mini-pipeline stage tooltip text wrapping

Closes #27014

See merge request !8771
parents c203ceff 8f4b7e2b
......@@ -203,6 +203,10 @@
position: relative;
margin-right: 6px;
.tooltip {
white-space: nowrap;
}
.tooltip-inner {
padding: 3px 4px;
}
......
---
title: Fix mini-pipeline stage tooltip text wrapping
merge_request:
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