Make logbook a bit smaller in more info (#6921)

This commit is contained in:
Bram Kragten 2020-09-10 22:40:54 +02:00 committed by GitHub
parent fa65f84e09
commit aa4bc2ce03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,7 @@ export class MoreInfoHistory extends LitElement {
padding: 16px;
}
ha-logbook {
max-height: 360px;
max-height: 250px;
overflow: auto;
}
ha-circular-progress {