Panel Short Reveal Instead of filling the whole Panel, the height of revealed content can be dictated by the height of the content itself.
Important Notes: More content will force the revealed panel to be taller.
Demo
Alt text.
Alt text.
Alt text.
Alt text.
Twig
{% include '@bolt-components-panel/panel.twig' with {
    signifier: signifier,
    title: title,
    content_header: content_header,
    content_main: content,
    content_footer: content_footer,
    short_reveal: true,
  } only %}
HTML
Not available in plain HTML. Please use Twig.