Commit 8f4b7e2b authored by Eric Eastwood's avatar Eric Eastwood

Fix mini-pipeline stage tooltip text wrapping

Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27014
parent d5583912
......@@ -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