You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to add a right padding to the header element to account for the timestamp. Add these CSS properties:
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
Also may need to absolutely postion the timestamp as opposed to float.
Set up some text clipping for when locations in the header of the weather view are super long.
Reference:
http://www.456bereastreet.com/archive/201105/clipping_text_with_css3_text-overflow/
The text was updated successfully, but these errors were encountered: