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
Thanks for the report! I couldn't repro this on Firefox 49 or 50 (didn't have access to 45), so I downloaded v45 and I can repro.
I suspect most people allow the auto-updater to keep them on a more recent version, but v45 is still pretty recent (April 2016, I think), and the cost of fixing the issue seems low, so we may as well do it.
Regression introduced in f9de007.
Tested on Firefox 45 (old, was broken), 49 (previous, still works), 50
(latest, still works) and Chrome 54 (current, still works).
Closes: #250
It seems you guys have forgotten to place
display: flex
in the css classes.This is the look under Firefox 45.x with default styles:
After add
display: flex
:The text was updated successfully, but these errors were encountered: