Skip to content

Commit d3a9cde

Browse files
committed
Update _colors.scss
1 parent 2226124 commit d3a9cde

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/main/resources/scss/pages/_colors.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,16 @@
5656
gap: 0.5rem;
5757
font-weight: var(--font-bold-weight);
5858
margin: 0;
59-
padding: 0.3125rem 1rem;
59+
padding: 0 1rem;
60+
min-height: 2.25rem;
6061
background: var(--color);
6162
border-radius: 100px;
6263
border: var(--jenkins-border--subtle);
6364
color: var(--background);
6465

6566
svg {
66-
width: 1rem;
67-
height: 1rem;
67+
width: 1.125rem;
68+
height: 1.125rem;
6869
}
6970

7071
&--light {

0 commit comments

Comments
 (0)