Commit f52d272e authored by Fatih Acet's avatar Fatih Acet Committed by Marin Jankovski

Merge branch '26026-pipeline-overflow-firefox' into 'master'

Fix line breaking in nodes of the pipeline graph in firefox

Closes #26026

See merge request !8292
parent 81cb58c2
......@@ -331,7 +331,6 @@
width: 100%;
background-color: $gray-light;
padding: $gl-padding;
overflow: auto;
white-space: nowrap;
transition: max-height 0.3s, padding 0.3s;
......@@ -601,11 +600,12 @@
}
.dropdown-counter-badge {
float: right;
color: $border-color;
font-weight: 100;
font-size: 15px;
margin-right: 2px;
position: absolute;
right: 5px;
top: 8px;
}
.grouped-pipeline-dropdown {
......
---
title: Fix line breaking in nodes of the pipeline graph in firefox
merge_request: 8292
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