Skip to content

Commit

Permalink
ui: fix display of analytics box
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert committed Sep 4, 2024
1 parent d1e23b7 commit 686969f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/frontend/src/stylesheets/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 686969f

Please sign in to comment.