diff --git a/src/state-summary/state-card-media_player.html b/src/state-summary/state-card-media_player.html index 52bf7e08b8..3e5dd277a2 100644 --- a/src/state-summary/state-card-media_player.html +++ b/src/state-summary/state-card-media_player.html @@ -15,15 +15,18 @@ } .main-text { - white-space: nowrap; - overflow-x: hidden; - text-overflow: ellipsis; - text-transform: capitalize; - font-weight: 400; + white-space: nowrap; + overflow-x: hidden; + text-overflow: ellipsis; + text-transform: capitalize; + font-weight: 400; } .secondary-text { - color: var(--secondary-text-color); + white-space: nowrap; + overflow-x: hidden; + text-overflow: ellipsis; + color: var(--secondary-text-color); }