We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b526a80 commit 2b61ac6Copy full SHA for 2b61ac6
app/javascript/components/bootcamp/CSSExercisePage/LHS/ControlButtons.tsx
@@ -93,7 +93,10 @@ export function ControlButtons({
93
} = useCSSExercisePageStore()
94
95
return (
96
- <div style={{ width: LHSWidth }} className="flex py-8 justify-between">
+ <div
97
+ style={{ width: LHSWidth }}
98
+ className="flex py-8 gap-8 justify-between"
99
+ >
100
<button onClick={handleSubmitCode} className="btn-primary btn-s">
101
Check Result
102
</button>
0 commit comments