Skip to content

Commit b092cba

Browse files
committed
2321: Changed to css spacing
1 parent d9b562c commit b092cba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/util/forms/checkbox-options.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ function CheckboxOptions({ formData, data, onChange }) {
4141
value={option.value}
4242
onChange={onOptionChange}
4343
checked={containsValue(option.value)}
44-
/>{" "}
45-
{option.title}
44+
/><span className="ms-2">{option.title}</span>
4645
</div>
4746
))}
4847
</div>

0 commit comments

Comments
 (0)