diff --git a/src/cards/ha-introduction-card.html b/src/cards/ha-introduction-card.html index d982c210c2..2ebc79df20 100644 --- a/src/cards/ha-introduction-card.html +++ b/src/cards/ha-introduction-card.html @@ -20,20 +20,37 @@ .content { padding: 0 16px 16px; } + .install { + display: block; + white-space: pre; + line-height: 1.5em; + margin-top: 8px; + margin-bottom: 16px; + }