Skip to content

Commit

Permalink
fix responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Nov 2, 2023
1 parent dccc00b commit bce67f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function AdministrationEventCell({
title={
<PrescriptionDetailCard prescription={prescription} readonly />
}
className="w-full md:max-w-2xl"
className="w-full md:max-w-4xl"
show={showTimeline}
>
<div className="mt-6 text-sm font-medium text-gray-700">
Expand Down

0 comments on commit bce67f7

Please sign in to comment.