Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Nov 4, 2024
1 parent 0978a7e commit 48900ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,9 @@ export function PatientBannerPatientInfo({ patient }: PatientBannerPatientInfoPr
)}

<ExtensionSlot
className={styles.flexRow}
name="patient-banner-tags-slot"
state={{ patientUuid: patient.id, patient }}
className={styles.flexRow}
style={{ margin: '0 0.5rem' }}
/>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
display: flex;
flex-flow: row wrap;
align-items: center;
margin: 0 layout.$spacing-03;
}

.identifiers {
Expand Down

0 comments on commit 48900ee

Please sign in to comment.