Browse Source

fix: checkbox should have line-height (#40208)

pull/40244/head
MadCcc 2 years ago
committed by GitHub
parent
commit
c8b4915767
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/checkbox/style/index.ts

1
components/checkbox/style/index.ts

@ -44,7 +44,6 @@ export const genCheckboxStyle: GenerateStyle<CheckboxToken> = (token) => {
display: 'inline-flex',
alignItems: 'baseline',
lineHeight: 'unset',
cursor: 'pointer',
// Fix checkbox & radio in flex align #30260

Loading…
Cancel
Save