fix(ui): wrap badge text in TIR transport list to prevent overflow
-
Badges in the Guarantee status and Transport status columns used Bootstrap's default white-space: nowrap, causing long translations to overflow the column instead of wrapping.
-
Add max-width: 100% so the badge is constrained to the column width and white-space: normal so the text wraps within it.
Closes #290