• Resolved acurran

    (@acurran)


    Another apparent WP 5.8 compatibility issue that I’ve noticed is some of the select controls are stretched out vertically to 100% height. In the inspector I see there is an inline style set on .css-1wkpk1y-Flex-ItemsColumn that sets height to 100%.

    here’s a screenshot of an example:
    https://pasteboard.co/KehGgZA.png

    as a quick and dirty temporary fix I added this to my admin styles:

     .css-1wkpk1y-Flex-ItemsColumn {
         height: auto !important;
     }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Compatibity with WP 5.8’ is closed to new replies.