mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +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">
|
<dom-module id="ha-entity-toggle">
|
||||||
<style>
|
<style>
|
||||||
|
:host {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
paper-icon-button {
|
paper-icon-button {
|
||||||
color: var(--primary-text-color);
|
color: var(--primary-text-color);
|
||||||
transition: color .5s;
|
transition: color .5s;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user