Skip to content

Commit

Permalink
fix: tup-598 sysmon horz. cut off
Browse files Browse the repository at this point in the history
This was fixed by #369, which is merged in here via main.

But #369 only worked because it was tested at zoom of maybe 90%.

When tested (in PR #339) at zoom 100%, cut off still happens.

So, I'm jsut gonna tweak ratio slightly to avoid cut off.
  • Loading branch information
wesleyboar committed Nov 14, 2023
1 parent f6b7bd5 commit 16c2c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/tup-ui/src/pages/Dashboard/Dashboard.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
grid-template-columns: 0.5fr 0.5fr;
}
@media (--x-wide-and-above) {
grid-template-columns: 0.65fr 0.35fr;
grid-template-columns: 0.6fr 0.4fr;
}
}
.panels > * {
Expand Down

0 comments on commit 16c2c0c

Please sign in to comment.