Can't set div height under 100px 🤪

Hi there,
if I add a div to a blank (normalized) HTML file and set the height to 30px it still shows as 100px in the editor. Only values over 100px change the appearance of the div-height in the editor.

What I’m doing wrong? I never saw something like this in any other web editor :sweat_smile:

I think Pinegrow adds a class to that div “pg-empty-placeholder” or so which adds a height to the element so that you can see it in the builder, try to remove that…maybe it helps :wink:

1 Like

Yess, that’s it :joy:

Thank you :grin:

1 Like