Merge pull request #49 from dermotduffy/fix-masonary

Fix issue that was causing Lovelace to not spread cards across columns
This commit is contained in:
Dermot Duffy
2021-09-04 15:03:45 -07:00
committed by GitHub
+2 -2
View File
@@ -1035,7 +1035,7 @@ export class FrigateCard extends LitElement {
} }
// Get the Lovelace card size. // Get the Lovelace card size.
static getCardSize(): number { public getCardSize(): number {
return 5; return 6;
} }
} }