Prevent relative time text wrapping in more-info-sun (#8051)

This commit is contained in:
Philip Allgaier 2021-01-04 09:17:17 +01:00 committed by Bram Kragten
parent 3d7ee6a4df
commit 656bef3da9

View File

@ -80,6 +80,7 @@ class MoreInfoSun extends LitElement {
}
ha-relative-time {
display: inline-block;
white-space: nowrap;
}
ha-relative-time::first-letter {
text-transform: lowercase;