Merge branch '27014-fix-pipeline-tooltip-wrapping' into 'master'
Fix mini-pipeline stage tooltip text wrapping Closes #27014 See merge request !8771
This commit is contained in:
commit
b55c1bc4b5
2 changed files with 8 additions and 0 deletions
|
@ -203,6 +203,10 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
|
|
||||||
|
.tooltip {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
.tooltip-inner {
|
.tooltip-inner {
|
||||||
padding: 3px 4px;
|
padding: 3px 4px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
title: Fix mini-pipeline stage tooltip text wrapping
|
||||||
|
merge_request:
|
||||||
|
author:
|
Loading…
Reference in a new issue