Skip to content

Commit 1e556b3

Browse files
committed
Update _details.scss
1 parent b45fc38 commit 1e556b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/scss/components/_details.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $icon-size: 1.125rem;
55
.jenkins-details {
66
display: flex;
77
align-items: center;
8-
gap: 0.75rem 1.25rem;
8+
gap: 0.625rem 1.25rem;
99
flex-wrap: wrap;
1010

1111
button.jenkins-details__item,
@@ -51,5 +51,6 @@ $icon-size: 1.125rem;
5151
&__separator {
5252
color: var(--text-color-secondary);
5353
opacity: 0.5;
54+
margin-inline: -0.5rem;
5455
}
5556
}

0 commit comments

Comments
 (0)