From 686969fc1b90cb0fadc320262413efd4fc189c1b Mon Sep 17 00:00:00 2001 From: Guillaume Hivert Date: Wed, 4 Sep 2024 03:26:51 +0200 Subject: [PATCH] ui: fix display of analytics box --- apps/frontend/src/stylesheets/all.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/frontend/src/stylesheets/all.css b/apps/frontend/src/stylesheets/all.css index 10d2d80..b648e63 100644 --- a/apps/frontend/src/stylesheets/all.css +++ b/apps/frontend/src/stylesheets/all.css @@ -563,7 +563,8 @@ lazy-node:has(:not(:defined)) { border-radius: 10px; font-size: 2.5rem; line-height: 1.75; - width: 200px; + width: 250px; + height: 250px; /* height: 200px; */ justify-content: space-between; }