mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 13:27:22 +00:00
Reduces device registry card height to only show 4 entities before scrolling (#1844)
This commit is contained in:
parent
19c365cd12
commit
c05b77961e
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user