Skip to content

Commit

Permalink
Fix Done button positioning out on smaller media
Browse files Browse the repository at this point in the history
  • Loading branch information
linxiaoxin committed Jun 12, 2024
1 parent 5c78fda commit 37d47ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(main)/questions/edit/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ const EditQuestion = () => {
<Column style={{ width: '90%' }} body={optionsItemTemplate}></Column>
</DataTable>
</div>
<div className="col-11">&nbsp;</div>
<div className="col-9 md:col-11">&nbsp;</div>
<div className="col-1">
<Button label="Done" onClick={handleOnClickDone}></Button>
</div>
Expand Down

0 comments on commit 37d47ae

Please sign in to comment.