fix(core): checkbox property styling and layout (#8645)

fix BS-1725
This commit is contained in:
pengx17
2024-10-31 07:31:52 +00:00
parent 0f8b273134
commit 2b3b7057c5
3 changed files with 8 additions and 4 deletions
@@ -15,7 +15,6 @@ export const section = style({
export const cell = style({
display: 'flex',
gap: 4,
});
export const divider = style({