diff --git a/dist/fan-percent-button-row.js b/dist/fan-percent-button-row.js index 7e9af3c..00d085b 100644 --- a/dist/fan-percent-button-row.js +++ b/dist/fan-percent-button-row.js @@ -79,6 +79,10 @@ class CustomFanPercentRow extends LitElement { :host { line-height: inherit; } + .box { + display: flex; + flex-direction: row; + } .percentage { margin-left: 2px; margin-right: 2px; @@ -98,7 +102,7 @@ class CustomFanPercentRow extends LitElement { render() { return html` -
+