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 b45fc38 commit 1e556b3Copy full SHA for 1e556b3
src/main/scss/components/_details.scss
@@ -5,7 +5,7 @@ $icon-size: 1.125rem;
5
.jenkins-details {
6
display: flex;
7
align-items: center;
8
- gap: 0.75rem 1.25rem;
+ gap: 0.625rem 1.25rem;
9
flex-wrap: wrap;
10
11
button.jenkins-details__item,
@@ -51,5 +51,6 @@ $icon-size: 1.125rem;
51
&__separator {
52
color: var(--text-color-secondary);
53
opacity: 0.5;
54
+ margin-inline: -0.5rem;
55
}
56
0 commit comments