Skip to content

Commit

Permalink
feat(core-components-tag): min-width for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
SiebenSieben committed Sep 8, 2020
1 parent fdd7179 commit fce5ce3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/tag/src/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
}

.xs {
min-width: 60px;
min-height: 32px;
padding: 4px 16px;
border-radius: 32px;
Expand All @@ -99,6 +100,7 @@
}

.s {
min-width: 80px;
min-height: 48px;
padding: 4px 16px;
border-radius: 48px;
Expand All @@ -114,6 +116,7 @@
}

.m {
min-width: 96px;
min-height: 56px;
padding: 4px 24px;
border-radius: 56px;
Expand All @@ -129,6 +132,7 @@
}

.l {
min-width: 120px;
min-height: 68px;
padding: 4px 32px;
border-radius: 68px;
Expand Down

0 comments on commit fce5ce3

Please sign in to comment.