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:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user