diff --git a/dist/binary-control-button-row.js b/dist/binary-control-button-row.js index 00682df..8150c6d 100644 --- a/dist/binary-control-button-row.js +++ b/dist/binary-control-button-row.js @@ -51,6 +51,10 @@ class CustomBinaryRow extends LitElement { :host { line-height: inherit; } + .box { + display: flex; + flex-direction: row; + } .switch { margin-left: 2px; margin-right: 2px; @@ -70,7 +74,7 @@ class CustomBinaryRow extends LitElement { render() { return html` -
+