Skip to content

Commit

Permalink
style: adjust spacing and border for button container in Question com…
Browse files Browse the repository at this point in the history
…ponent
  • Loading branch information
jirihofman committed Dec 8, 2024
1 parent 5f8f102 commit f4dba1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/question.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export default function Question({ demoId, subject }) {
}
</div>
{/* Buttons next to each other */}
<div className='d-flex justify-content-between mt-4'>
<div className='d-flex justify-content-between mt-5 pt-4 border-top'>
{
settings.confirmAnswer &&
<button disabled={!submitEnabled} onClick={handleConfirmButtonClick} id='styles-submit' className={`btn ${submitButtonClass} btn-lg w-50`}>🆗</button>
Expand Down

0 comments on commit f4dba1e

Please sign in to comment.