1 parent 7e1a888 commit 361202aCopy full SHA for 361202a
1 file changed
apps/desktop-tauri/src/styles.css
@@ -646,14 +646,17 @@ html:has(.tray-panel) body {
646
}
647
648
.usage-spend-heatmap__months {
649
- grid-template-rows: 16px;
+ display: flex;
650
+ align-items: center;
651
+ justify-content: space-between;
652
+ gap: 8px;
653
color: var(--app-muted);
654
font-size: 10px;
655
white-space: nowrap;
656
657
658
.usage-spend-heatmap__months span {
- overflow: hidden;
659
+ flex: 0 0 auto;
660
661
662
.usage-spend-heatmap__cell {
0 commit comments