Skip to content

Commit

Permalink
Make Update Log buttons responsive (#7185)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 authored Feb 7, 2024
1 parent d4ac204 commit 7bff933
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,11 @@ export const ConsultationUpdatesTab = (props: ConsultationTabProps) => {
)}
<div className="flex flex-col xl:flex-row">
<div className="w-full xl:w-2/3">
<PageTitle title="Info" hideBack={true} breadcrumbs={false} />
<PageTitle
title="Basic Information"
hideBack={true}
breadcrumbs={false}
/>
<div className="mt-4 grid gap-4 lg:grid-cols-2">
{!props.consultationData.discharge_date &&
((hl7SocketUrl && !ventilatorSocketUrl) ||
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const DefaultLogUpdateCard = ({ round, ...props }: Props) => {
attributeKey="other_details"
attributeValue={round.other_details}
/>
<div className="mt-2 flex w-full flex-col items-center gap-2 md:w-auto md:flex-row">
<div className="mt-2 flex w-full flex-col items-center gap-2 md:w-auto 2xl:flex-row">
<ButtonV2
variant="secondary"
border
Expand Down

0 comments on commit 7bff933

Please sign in to comment.