mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 21:47:46 +00:00
Prevent relative time text wrapping in more-info-sun (#8051)
This commit is contained in:
parent
3d7ee6a4df
commit
656bef3da9
@ -80,6 +80,7 @@ class MoreInfoSun extends LitElement {
|
|||||||
}
|
}
|
||||||
ha-relative-time {
|
ha-relative-time {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
ha-relative-time::first-letter {
|
ha-relative-time::first-letter {
|
||||||
text-transform: lowercase;
|
text-transform: lowercase;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user