File "spacer.html"

Full path: /home/satkhirabarta/public_html/wp-content/plugins/burst-statistics/mailer/maizzle/src/components/spacer.html
File size: 421 B (421 B bytes)
MIME-type: text/html
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<script props>
  // https://maizzle.com/docs/components/spacer
  module.exports = {
    height: props.height,
    msoHeight: props['mso-height'],
  }
</script>

<if condition="height">
  <div
    attributes
    role="separator"
    style="{{ height && `line-height: ${height}` }};
      {{ msoHeight && `mso-line-height-alt: ${msoHeight}` }};
    "
  >&zwj;</div>
</if>
<else>
  <div role="separator">&zwj;</div>
</else>