anuraghazra / anuraghazra/github-readme-stats
Compact layout grid order between WakaTime and Top Languages cards is inconsistent
- Dominant language
- JavaScript
- Stars
- 79.8k
- Forks
- 37.7k
- PR merge metrics
- No merged PRs in 30d
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_
Contributor guide
Assessment
This issue has not been assessed yet.