I changed the tablet breakpoint to 768px. When I select the tablet view in the editor the view does not get small enough to trigger my custom breakpoint.
I think it was possible to adjust the width manually? But I can’t find how this works anymore.
As the Gutenberg tablet view is set to 778px in the editor, if you set your breakpoint to something lower (as you did at 768px) you won’t ever see the changes being applied.
So I would suggest to set a higher breakpoint to avoid this issue.
This works in the Template part editor, as the editor’s tablet view is modular, as it can be more freely set with the drag handles.
thanks a lot for the explanation!
You are right. I mistakenly thought it is a cache problem because I set 786px as breakpoint by accident and it worked after that – as it should like you said.