Closed pixelspark closed 8 months ago
Can you check if the views remain okay when resizing the viewport? I do this by switching to "mobile view" in firefox (ctrl+shift+m
), and then resizing the viewport there...
Looks okay.
Also, should add 'font-mono' for all the others, just a sec!
FYI, the test fails because DOCTYPE
is now capitalized in views/workouts/workouts_list.html
; no idea why :)
ah, and icons for the new workout types
OK, fixed the doctype and added font-mono
to all places where I also applied whitespace-nowrap
.
What is the issue with the new icons? I added them in the previous PR and they appear to work fine for me?
Weird, somehow that change didn't make it! (I was very proud to have found the "person-drowning" icon for kayaking :-))
This PR prevents statistics with units (such as
1:23 min/km
) from being wrapped over two lines. This looks much nicer imo.Before:
After:
I applied the class
whitespace-nowrap
to all places I could find, might have missed some though.