We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a70ac4 commit 46330bdCopy full SHA for 46330bd
src/main/frontend/pipeline-console-view/pipeline-console/main/stage-details.scss
@@ -2,9 +2,10 @@
2
--bg-color: var(--color, var(--text-color-secondary));
3
4
position: relative;
5
- display: grid;
6
- grid-template-columns: 1fr auto;
7
- gap: 0.5rem;
+ display: flex;
+ justify-content: space-between;
+ flex-wrap: wrap;
8
+ gap: 0 0.5rem;
9
// TODO - var fallback can removed after baseline is moved >= 2.496
10
padding: 0.125rem calc(1rem + var(--jenkins-border-width, 2px));
11
padding-right: 0.7rem;
@@ -33,6 +34,7 @@
33
34
display: flex;
35
align-items: center;
36
gap: 0.75rem;
37
+ padding: 0.5rem 0;
38
39
& > div {
40
display: contents;
0 commit comments