Skip to content

Commit 2b61ac6

Browse files
committed
Add gap between button groups
1 parent b526a80 commit 2b61ac6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/javascript/components/bootcamp/CSSExercisePage/LHS/ControlButtons.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,10 @@ export function ControlButtons({
9393
} = useCSSExercisePageStore()
9494

9595
return (
96-
<div style={{ width: LHSWidth }} className="flex py-8 justify-between">
96+
<div
97+
style={{ width: LHSWidth }}
98+
className="flex py-8 gap-8 justify-between"
99+
>
97100
<button onClick={handleSubmitCode} className="btn-primary btn-s">
98101
Check Result
99102
</button>

0 commit comments

Comments
 (0)