Skip to content

Commit

Permalink
Adjust list view height
Browse files Browse the repository at this point in the history
Reverting partial of 7d8c376
  • Loading branch information
okmttdhr committed Dec 26, 2024
1 parent 0e319e3 commit 0d613ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/sites/components/dotcom-style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
.multi-sites-dashboard-layout-column__container {
display: flex;
flex-direction: column;
height: calc(100vh - 32px);
height: calc(100vh - 32px - var(--masterbar-height));

.multi-sites-dashboard-layout__top-wrapper {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion client/sites/components/sites-dataviews/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.sites-dataviews {
flex-grow: 1;
margin-top: 24px;
margin-top: 0;
overflow: hidden;
padding-bottom: 0;

Expand Down

0 comments on commit 0d613ac

Please sign in to comment.