Checkboxes: Margin only bottom
We only need it to the bottom and left/right mess with w-full in this css-setup.
This commit is contained in:
parent
b8dc1063d0
commit
9889b0d464
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ export default class CheckBoxes extends InputElement<number[]> {
|
|||
"w-full",
|
||||
"border",
|
||||
"border-gray-400",
|
||||
"m-1"
|
||||
"mb-1"
|
||||
);
|
||||
wrapper.appendChild(input);
|
||||
wrapper.appendChild(label);
|
||||
|
|
Loading…
Reference in a new issue