Skip to content

fix(tag): fix bug vertical align ie11 #188

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages/tag/src/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
}

.xs {
min-height: 32px;
height: 32px;
padding: 4px 16px;
border-radius: 32px;
font-size: 14px;
Expand All @@ -93,7 +93,7 @@
}

.s {
min-height: 48px;
height: 48px;
padding: 4px 16px;
border-radius: 48px;
font-size: 16px;
Expand All @@ -102,7 +102,7 @@
}

.m {
min-height: 56px;
height: 56px;
padding: 4px 24px;
border-radius: 56px;
font-size: 16px;
Expand All @@ -111,7 +111,7 @@
}

.l {
min-height: 68px;
height: 68px;
padding: 4px 32px;
border-radius: 68px;
font-size: 18px;
Expand Down