Reduces device registry card height to only show 4 entities before scrolling (#1844)

This commit is contained in:
Charles Garwood 2018-10-23 11:40:31 -04:00 committed by Paulus Schoutsen
parent 19c365cd12
commit c05b77961e

View File

@ -26,7 +26,7 @@ class HaDeviceCard extends EventsMixin(LocalizeMixin(PolymerElement)) {
return html`
<style>
:host(:not([narrow])) .device-entities {
max-height: 400px;
max-height: 225px;
overflow: auto;
}
paper-card {