Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Aug 12, 2024
1 parent e0845f7 commit afb8081
Show file tree
Hide file tree
Showing 3 changed files with 1,928 additions and 478 deletions.
8 changes: 5 additions & 3 deletions src/laboratory-dashboard.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ const LaboratoryDashboard: React.FC = () => {
title={t("laboratory", "Laboratory")}
className={styles.pageHeader}
/>
<LaboratorySummaryTiles />
<LaboratoryOrdersTabs />
<Overlay />
<div className={styles.container}>
<LaboratorySummaryTiles />
<LaboratoryOrdersTabs />
<Overlay />
</div>
</div>
);
};
Expand Down
10 changes: 6 additions & 4 deletions src/laboratory-dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
@use '~@openmrs/esm-styleguide/src/vars' as *;

.pageHeader {
border: 1px solid $ui-03;
border-left: 0px;
margin-bottom: layout.$spacing-07;
}
border-bottom: 1px solid $ui-03;
}

.container {
margin-top: layout.$spacing-07;
}
Loading

0 comments on commit afb8081

Please sign in to comment.