Update markdown card to allow word to be broken (#10387)

This commit is contained in:
Rogério Ribeiro 2021-10-25 13:43:38 +01:00 committed by GitHub
parent 279f3e1183
commit 3e8a6c418c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,6 +171,7 @@ export class HuiMarkdownCard extends LitElement implements LovelaceCard {
}
ha-markdown {
padding: 0 16px 16px;
word-wrap: break-word;
}
ha-markdown.no-header {
padding-top: 16px;