Skip to content

Commit

Permalink
Improves responsiveness of Encounter Medicines tab (#10511)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanuj1718 authored Feb 11, 2025
1 parent 8699a3d commit 29060ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Medicine/MedicationRequestTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default function MedicationRequestTable({
<div className="space-y-2">
<div className="rounded-lg">
<Tabs defaultValue="prescriptions">
<TabsList className="bg-gray-200 py-0 w-fit ">
<TabsList className="bg-gray-200 py-0 w-fit">
<TabsTrigger
value="prescriptions"
className="data-[state=active]:bg-white rounded-md px-4 font-semibold"
Expand All @@ -131,7 +131,7 @@ export default function MedicationRequestTable({

<TabsContent value="prescriptions">
<div className="flex flex-col gap-2">
<div className="flex items-center justify-between p-2 gap-2">
<div className="flex items-center justify-between p-2 gap-2 flex-wrap">
<div className="flex items-center gap-2 flex-1">
<CareIcon icon="l-search" className="text-lg text-gray-500" />
<input
Expand Down

0 comments on commit 29060ed

Please sign in to comment.