Skip to content

Commit

Permalink
itkdev: more space on labels on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
sinejespersen committed Jun 12, 2023
1 parent 0315b59 commit 288299c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/stories/Library/status-label/status-label.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
.status-label {
height: 24px;
padding: 0 16px;
padding: 0 4px;
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 10px;

@include breakpoint-s {
padding: 0 16px;
}

&--danger {
@extend %text-button-placeholder;

Expand Down

0 comments on commit 288299c

Please sign in to comment.