Skip to content

Commit

Permalink
feat: set min height on header
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Morse committed Jan 17, 2020
1 parent 9247ff5 commit ebb2318
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
{% if cardTitle %}
{% include "@bolt-components-headline/headline.twig" with {
text: cardTitle,
size: "xlarge"
size: "xlarge",
attributes: {
style: "min-height: 58px;"
}
} only %}
{% endif %}
{% endcell %}
Expand Down

0 comments on commit ebb2318

Please sign in to comment.