Open ildar170975 opened 2 years ago
FYI this trick also works on the state block:
card_mod:
style:
div#wrapper: |
.state { white-space: pre-line }
Just discovered pre-line
, which helps with white-space difficulties around Jinja templates - it gets a bit troublesome when you want some space / line breaks, but not a bunch of space just because you indented the template haha
Currently I have to use card-mod for this:
Is it possible to use the "
white-space: pre;
" option by default?