Skip to content
  • Jö Fahlke's avatar
    Fix lowered submenu indicators. · cb7e3bd8
    Jö Fahlke authored
    Apparently, floating content in a `white-space: nowrap` parent will end up on
    a line after any previous content in the same parent in firefox 60, but not
    firefox 63.  Fix this by putting the floating content first; it occupies no
    space in its parent anyway, so any other content should be unaffected.
    
    Tested on firefox 60, 63, and chromium 70
    cb7e3bd8