Skip to content

Commit

Permalink
[PRMDR-305] amend styling
Browse files Browse the repository at this point in the history
  • Loading branch information
RachelHowellNHS committed Oct 11, 2023
1 parent 2755b8e commit 2209aa2
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions app/src/pages/lloydGeorgeRecordPage/LloydGeorgeRecordPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function LloydGeorgeRecordPage() {
<>{patientInfo}</>
{!fullScreen ? (
<>
<Card style={{ marginBottom: 0, borderBottom: 0 }}>
<Card style={{ marginBottom: 0 }}>
<Card.Content>
<Card.Heading style={{ fontWeight: '700', fontSize: '24px' }}>
Lloyd George record
Expand All @@ -129,13 +129,7 @@ function LloydGeorgeRecordPage() {
</Card.Content>
</Card>
{downloadStage === DOWNLOAD_STAGE.SUCCEEDED && (
<Card
style={{
borderBottom: 'none',
borderLeft: 'none',
borderRight: 'none',
}}
>
<>
<Details
expander
open
Expand All @@ -160,7 +154,7 @@ function LloydGeorgeRecordPage() {
</button>
<PdfViewer fileUrl={lloydGeorgeUrl} />
</Details>
</Card>
</>
)}
</>
) : (
Expand Down

0 comments on commit 2209aa2

Please sign in to comment.