fix checkbox legacy support issue

This commit is contained in:
2023-03-31 09:33:39 +08:00
parent b04917109d
commit b9447997fe
3 changed files with 4 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
}
.checkbox-wrapper {
display: flex;
display: inline-flex;
align-items: center;
padding: 0 8px;
height: 36px;