• Resolved Jon Schroeder

    (@jonschr)


    In 6.2.1, the very end of the style-instant-images/css file includes the following:

    .wp-block {
    padding: 0 !important
    }

    This breaks style controls for GenerateBlocks (in my case) but also actually just any theme/plugin that includes the ability to add padding to posts (which is probably every hybrid or FSE theme).

    When we adjust padding on something, we expect to see something change, but instead nothing happens, as those padding values are being overridden with padding: 0 !important;

    Could you see if you can replicate the issue? (My guess is that this is there for testing and was left in accidentally).

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    @jonschr I just discovered this myself.

    Hotfix coming now.

    thanks!

    Thread Starter Jon Schroeder

    (@jonschr)

    Much appreciated! I’m actually really surprised this went 24 hours without anyone else noticing … maybe I’m the only one using Gutenberg for layout!

    As someone who managed to take three pushes last night to update one of my own plugins, very understandable. This is a beautiful plugin, and I use it on every website. Thanks so much for your hard work!

    Plugin Author Darren Cooney

    (@dcooney)

    Hah, I hope you’re wrong ??

    Hotfix just went out.

    Thanks, it’s a fun plugin to work on.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.