-
-
Notifications
You must be signed in to change notification settings - Fork 26.5k
Labels
Description
Describe the bug
When using the compact layout for both WakaTime stats card and Top Languages card, the grid display is inconsistent:
- Both cards display as N rows and 2 columns in compact layout.
- WakaTime card fills the grid horizontally (row-first): 1-1 → 1-2 → 2-1 → 2-2 → ...
- Top Languages card fills the grid vertically (column-first): 1-1 → 2-1 → 3-1 → 1-2 → 2-2 → ...
This difference results in the two cards displaying the same data in visually different orders, which can be confusing for users expecting consistent sorting and layout behavior.
Expected behavior
No response
Screenshots / Live demo link

Additional context
No response
Franciscoq54