mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
style: fix Radio align issue (#28616)
This commit is contained in:
parent
eb01bee6be
commit
60f3dc0e2e
@ -43,7 +43,7 @@
|
||||
display: inline-block;
|
||||
line-height: 1;
|
||||
white-space: nowrap;
|
||||
vertical-align: sub;
|
||||
vertical-align: text-bottom;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
|
||||
@ -339,11 +339,4 @@ span.@{radio-prefix-cls} + * {
|
||||
}
|
||||
}
|
||||
|
||||
// Firefox hack
|
||||
@supports (-moz-appearance: meterbar) and (background-blend-mode: difference, normal) {
|
||||
.@{radio-prefix-cls} {
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
}
|
||||
|
||||
@import './rtl';
|
||||
|
Loading…
Reference in New Issue
Block a user