Skip to content

Commit

Permalink
moved all input fields to one row
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevildude committed Feb 22, 2024
1 parent f684c83 commit 6cf66f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/Consultations/Beds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const Beds = (props: BedsProps) => {
)}
{!discharged ? (
<form onSubmit={handleSubmit}>
<div className="grid grid-cols-1 gap-2 lg:grid-cols-2">
<div className="grid grid-cols-1 gap-2 lg:grid-cols-3">
<div>
<FieldLabel id="asset-type">Bed</FieldLabel>
<BedSelect
Expand Down

0 comments on commit 6cf66f8

Please sign in to comment.