Skip to content

Commit

Permalink
fix(ui): fix 1px of whitespace issue (#11353)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-gordon committed Jan 31, 2022
1 parent ba527a5 commit 2b0df4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-admin/src/app/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.mainLayout {
align-items: flex-start;
height: calc(100vh - var(--statusbar-height) - 1px);
height: calc(100vh - var(--statusbar-height));
display: flex;
flex-wrap: wrap;
}
Expand Down

0 comments on commit 2b0df4d

Please sign in to comment.