mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
fix(checkbox): align vertically (#16331)
This commit is contained in:
@ -42,6 +42,7 @@ input {
|
||||
.checkbox-icon {
|
||||
@include border-radius(var(--border-radius));
|
||||
|
||||
display: block;
|
||||
position: relative;
|
||||
|
||||
width: var(--width);
|
||||
@ -56,6 +57,7 @@ input {
|
||||
background: var(--background);
|
||||
|
||||
contain: strict;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.checkbox-icon path {
|
||||
|
Reference in New Issue
Block a user