mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Fix entity toggle wrap
This commit is contained in:
parent
de852d20bd
commit
ed6d3cfa1d
@ -4,6 +4,9 @@
|
||||
|
||||
<dom-module id="ha-entity-toggle">
|
||||
<style>
|
||||
:host {
|
||||
white-space: nowrap;
|
||||
}
|
||||
paper-icon-button {
|
||||
color: var(--primary-text-color);
|
||||
transition: color .5s;
|
||||
|
Loading…
x
Reference in New Issue
Block a user