Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
style: responsiveness of the view md component fixed (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
SHUHAIB-T committed Mar 12, 2024
2 parents fe4f5bb + d45b960 commit ec96917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/ViewMarkModal/ViewMarkModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function ViewMarkModal({
<>
<Modal
size={"6xl"}
className="p-10"
className="md:p-10"
show={openModal}
position={"top-center"}
onClose={() => {
Expand Down

0 comments on commit ec96917

Please sign in to comment.