Login Link Missing on iPad

Rather niche, but I noticed after updating to v103, the link to ‘Login’ in the hamburger menu dropdown gets hidden by the CSS when I am on my iPad (specifically a 768 width iPad – it’s fine on smaller phone widths, and fine on widths 1024 and up).

The class that’s doing it seems to be this one, on the

  • for the Login link:

    @media (min-width: 768px) {
    .d-md-none {
    display: none !important;
    }
    }

    I browsed around and it seems to be happening on other sites running v103 and also v102. I’m not sure what the intended behavior/styles on 768 width iPad are, but thought I would mention this here!

  • 2 Likes

    Thx, I’ll check it out.