mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
Fix entity toggle wrap
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user