Jump to content

[BUG 4.7.17] Duplicated property in the .ipsToolList class


Recommended Posts

Posted (edited)

The .ipsToolList class has a duplicate "flex-wrap" property.

Quote

@media screen and (max-width: 767px) {
    .ipsToolList {
        display: flex;
        flex-wrap: wrap;
        gap: var(--sp-2);
        text-align: center;
        flex-wrap: wrap-reverse;
    }
}

Edited by SeNioR-
Link to comment
Share on other sites

Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.

 

Link to comment
Share on other sites

  • 3 weeks later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...