DBuit / Homekit-panel-card

Homekit panel card for home assistant
MIT License
304 stars 54 forks source link

apply clearfix to parent element to account for float: left on .container #73

Closed caseyjhol closed 4 years ago

caseyjhol commented 4 years ago

Without the clearfix, the homekit-card element has no height because .container has float: left on it, and it was causing my simple-thermostat card to consume the height.

image