Skip to content

Commit 288299c

Browse files
author
Sine Jespersen
committed
itkdev: more space on labels on mobile
1 parent 0315b59 commit 288299c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/stories/Library/status-label/status-label.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
.status-label {
22
height: 24px;
3-
padding: 0 16px;
3+
padding: 0 4px;
44
display: inline-flex;
55
justify-content: center;
66
align-items: center;
77
font-size: 10px;
88

9+
@include breakpoint-s {
10+
padding: 0 16px;
11+
}
12+
913
&--danger {
1014
@extend %text-button-placeholder;
1115

0 commit comments

Comments
 (0)