IS-AgroSmart / AgroSmart-Web

1 stars 1 forks source link

Fix text spill on Flight description #107

Closed jreyesr closed 3 years ago

jreyesr commented 3 years ago

When the description of a Flight contains too much text in a single line, it spills over the border of the card.

image

Issue is especially pronounced on narrower screens, since there's less space for each card:

image

Edit: it also happens on the Flight details screen:

image

jreyesr commented 3 years ago

This bug is most likely confirmed to be caused by the use of <span style="white-space: pre;">. Use of pre-wrap instead should fix it.