Styling fixes for hui-masonry-view (#7226)

This commit is contained in:
Ryan Meek 2020-10-04 16:15:14 -04:00 committed by GitHub
parent 7776b3766b
commit 9873459169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,7 +261,9 @@ export class MasonryView extends LitElement implements LovelaceViewElement {
:host {
display: block;
background: var(--lovelace-background);
padding-top: 4px;
height: 100%;
box-sizing: border-box;
}
#badges {