Skip to content

Commit

Permalink
responsive update
Browse files Browse the repository at this point in the history
  • Loading branch information
modamaan committed Dec 19, 2024
1 parent 0c193b9 commit 50620d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function VentilatorPatientVitalsMonitor(
<VitalsMonitorHeader patientAssetBed={props.patientAssetBed} />
)}
<div className="relative flex flex-col gap-2 divide-x-0 divide-y divide-blue-600 md:flex-row md:justify-between md:divide-x md:divide-y-0">
<div className="flex flex-wrap">
<div className="flex flex-wrap md:flex-nowrap">
<div
className={classNames(
"flex flex-col items-center justify-center gap-1 p-1 text-center font-mono font-medium text-warning-500",
Expand Down

0 comments on commit 50620d5

Please sign in to comment.