Skip to content

Fix routine table log icons wrapping to new line#1274

Open
faizan7800 wants to merge 1 commit into
wger-project:masterfrom
faizan7800:fix-routine-table-log-icons
Open

Fix routine table log icons wrapping to new line#1274
faizan7800 wants to merge 1 commit into
wger-project:masterfrom
faizan7800:fix-routine-table-log-icons

Conversation

@faizan7800

Copy link
Copy Markdown

Closes #1264

The comparison icons (up/down/flag) in the "Logged" row of the routine
table view (/routine//table) were wrapping onto their own line below
the logged value instead of staying next to it, since the value and icon
were rendered inside a plain with no layout control.

Fixed by wrapping the value + icon in a Box with display: inline-flex,
alignItems: center, and a small gap, applied consistently across all four
logged columns (reps, weight, rest time, RiR).

WhatsApp Image 2026-07-06 at 13 54 33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix routine table view log icons

1 participant