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:
Tobias Jordans 2021-09-30 21:42:31 +02:00
parent b8dc1063d0
commit 9889b0d464

View file

@ -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);