Skip to content

Commit

Permalink
fix(spa-dashboard): minor css fixes (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
timonmasberg authored Jun 16, 2024
1 parent efe9e08 commit 485412b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/spa/view/dashboard/src/lib/dashboard.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ nz-layout {
grid-template-areas:
'protocol operations'
'deployments deployments';
grid-template-columns: 3fr 2fr;
grid-template-rows: 3fr 2fr;
grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
grid-template-rows: minmax(0, 3fr) minmax(0, 2fr);
min-height: 720px;
min-width: 1280px;
padding: 8px;
Expand Down

0 comments on commit 485412b

Please sign in to comment.