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

This commit is contained in:
Ryan Meek 2020-10-04 16:15:14 -04:00 committed by Bram Kragten
parent ecc7925d03
commit 60969b0916

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 {