From 16c2c0c98f53e91889b5854cb6c24adfc87fd6cf Mon Sep 17 00:00:00 2001 From: Wesley Bomar Date: Tue, 14 Nov 2023 17:06:12 -0600 Subject: [PATCH] fix: tup-598 sysmon horz. cut off 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. --- apps/tup-ui/src/pages/Dashboard/Dashboard.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tup-ui/src/pages/Dashboard/Dashboard.module.css b/apps/tup-ui/src/pages/Dashboard/Dashboard.module.css index b7ee65b20..1d0af2d13 100644 --- a/apps/tup-ui/src/pages/Dashboard/Dashboard.module.css +++ b/apps/tup-ui/src/pages/Dashboard/Dashboard.module.css @@ -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 > * {