Skip to content

Commit 65a3b15

Browse files
authored
Merge branch 'main' into fix-internationalisation-of-timing
2 parents 014a3ff + 0c0af17 commit 65a3b15

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

src/main/frontend/common/components/status-icon.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.pgv-status-icon {
2+
flex-shrink: 0;
3+
24
* {
35
transition: var(--elastic-transition);
46
transform-origin: center;

src/main/frontend/pipeline-console-view/pipeline-console/main/console-log-card.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
grid-template-columns: 1fr auto;
2626
align-items: center;
2727
justify-content: stretch;
28+
gap: 1rem;
2829
text-decoration: none;
2930
color: var(--text-color);
3031
min-height: 38px;
@@ -63,13 +64,18 @@
6364
max-width: 80%;
6465
overflow: hidden;
6566
text-overflow: ellipsis;
67+
68+
&:empty {
69+
display: none;
70+
}
6671
}
6772

6873
.pgv-step-detail-header__chevron {
6974
transition: var(--standard-transition);
7075
width: 1rem;
7176
height: 1rem;
7277
margin-inline: -0.25rem;
78+
flex-shrink: 0;
7379
}
7480

7581
& > svg:first-of-type {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
svg {
8989
width: 1.125rem;
9090
height: 1.125rem;
91+
flex-shrink: 0;
9192

9293
* {
9394
stroke-width: 36px;

0 commit comments

Comments
 (0)