The size of the yellow departure update box is only as big as the text it contains, as opposed to the size of its container. To put it another way, in CSS terms it should have an 'inline' display instead of 'block' display.
Actual behavior
Right now they take up the full size of their parent.
Expected behavior
The size of the yellow departure update box is only as big as the text it contains, as opposed to the size of its container. To put it another way, in CSS terms it should have an 'inline' display instead of 'block' display.
Actual behavior
Right now they take up the full size of their parent.