mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06:35 +00:00
Update markdown card to allow word to be broken (#10387)
This commit is contained in:
parent
279f3e1183
commit
3e8a6c418c
@ -171,6 +171,7 @@ export class HuiMarkdownCard extends LitElement implements LovelaceCard {
|
|||||||
}
|
}
|
||||||
ha-markdown {
|
ha-markdown {
|
||||||
padding: 0 16px 16px;
|
padding: 0 16px 16px;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
ha-markdown.no-header {
|
ha-markdown.no-header {
|
||||||
padding-top: 16px;
|
padding-top: 16px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user