Commit e706ff7c authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch '276949-pipeline-number-bugfix' into 'master'

Fix flex overflow bug

See merge request gitlab-org/gitlab!48931
parents 5a4c9f12 c440aef9
......@@ -47,7 +47,7 @@ export default {
class="dropdown-menu-toggle build-content gl-build-content"
>
<div class="gl-display-flex gl-align-items-center gl-justify-content-space-between">
<span class="gl-display-flex gl-align-items-center">
<span class="gl-display-flex gl-align-items-center gl-w-90">
<ci-icon :status="group.status" :size="24" />
<span class="gl-text-truncate mw-70p gl-pl-3 gl-display-inline-block">
......
......@@ -139,6 +139,10 @@
width: 186px;
}
.gl-w-90 {
width: 90%;
}
.gl-build-content {
@include build-content();
}
......
---
title: Fix flex overflow bug
merge_request: 48931
author:
type: fixed
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