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:
Annabel Dunstone Gray 2017-01-25 17:02:45 +00:00
commit b55c1bc4b5
2 changed files with 8 additions and 0 deletions

View File

@ -203,6 +203,10 @@
position: relative;
margin-right: 6px;
.tooltip {
white-space: nowrap;
}
.tooltip-inner {
padding: 3px 4px;
}

View File

@ -0,0 +1,4 @@
---
title: Fix mini-pipeline stage tooltip text wrapping
merge_request:
author: