Skip to content

Commit

Permalink
(fix) O3-3996 - Ward App - minor CSS fixes (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
chibongho authored Sep 18, 2024
1 parent bc98482 commit 3a0f42b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/esm-ward-app/src/ward-view/ward-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

.wardView {
background-color: #e4e4e4;
position: absolute;
top: var(--omrs-topnav-height);
bottom: 0;
left: 0;
right: 0;
display: flex;
flex-direction: column;
padding: 0 layout.$spacing-05;
Expand All @@ -17,5 +12,4 @@
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
display: grid;
gap: layout.$spacing-05;
padding: layout.$spacing-05;
}

0 comments on commit 3a0f42b

Please sign in to comment.