How can I eliminate that huge bottom padding in the group?
I tried several CSS class names AI suggested in the "Class" field but to no avail.
I know that I could use HTML in the Markdown node but I don't want to. It's a Markdown node and I want to stay clean and only use Markdown there.
I know I could use a template node instead but I really want to know why the Markdown node (I love Markdown!) does this and how to change it.
I also added a template node of type "CSS (all pages)" to my flow with this content:
This was also AI suggested – and didn't do the trick.
I also checked in the Browser Developer Tools the Box Model and saw that all the padding and margin values (including bottom) are already 0 – for the inner-most <p>, the enclosing <div> of class "nrdb-ui-markdown-content" and the next and next <div> elements (classes "nrdb-ui-widget" and "nrdb-ui-markdown").
I'm out of ideas for the moment and am sure/hopeful there's an easy solution?
So, no difference re the bottom padding, it's the same. (Here it looks good, of course, because we need that space between the Markdown and the button.)
All widgets on a page have the same row height, so a markdown node of height 1 must be the same size as a button of height 1. The row height is configured in the theme for the page. The default is 48px but you can reduce it in the theme for the page.