Fix entity toggle wrap

This commit is contained in:
Paulus Schoutsen 2016-04-12 00:18:46 -07:00
parent de852d20bd
commit ed6d3cfa1d

View File

@ -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;