Skip to content

Fix routine table log icons wrapping to new line - #1274

Merged
rolandgeider merged 1 commit into
wger-project:masterfrom
faizan7800:fix-routine-table-log-icons
Aug 12, 2026
Merged

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

Conversation

@faizan7800

Copy link
Copy Markdown
Contributor

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

@rolandgeider
rolandgeider merged commit 1a9a045 into wger-project:master Aug 12, 2026
@rolandgeider

Copy link
Copy Markdown
Member

merged!

(this took a bit longer than anticipated)

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

2 participants