Skip to content

Commit 46330bd

Browse files
authored
Improve detail bar on smaller screens (#921)
1 parent 8a70ac4 commit 46330bd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/main/frontend/pipeline-console-view/pipeline-console/main/stage-details.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
--bg-color: var(--color, var(--text-color-secondary));
33

44
position: relative;
5-
display: grid;
6-
grid-template-columns: 1fr auto;
7-
gap: 0.5rem;
5+
display: flex;
6+
justify-content: space-between;
7+
flex-wrap: wrap;
8+
gap: 0 0.5rem;
89
// TODO - var fallback can removed after baseline is moved >= 2.496
910
padding: 0.125rem calc(1rem + var(--jenkins-border-width, 2px));
1011
padding-right: 0.7rem;
@@ -33,6 +34,7 @@
3334
display: flex;
3435
align-items: center;
3536
gap: 0.75rem;
37+
padding: 0.5rem 0;
3638

3739
& > div {
3840
display: contents;

0 commit comments

Comments
 (0)