Skip to content

Commit

Permalink
minor spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Nov 2, 2023
1 parent b8296c5 commit dccc00b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Medicine/MedicineAdministration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ export default function MedicineAdministration(props: Props) {
</div>
<div
className={classNames(
"flex gap-4 lg:flex-row lg:gap-6",
is_prn ? "flex-wrap" : "flex-col"
"flex gap-4",
is_prn ? "flex-wrap" : "flex-col lg:flex-row lg:gap-6"
)}
>
<TextAreaFormField
Expand Down

0 comments on commit dccc00b

Please sign in to comment.