Skip to content

Commit

Permalink
Fix card size in Panel View mode
Browse files Browse the repository at this point in the history
  • Loading branch information
danimart1991 committed Dec 18, 2023
1 parent bab7215 commit 0d1c9d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You could use [HACS](https://hacs.xyz/) or follow this [guide](https://www.danie

```yaml
resources:
url: /local/pvpc-hourly-pricing-card.js?v=1.12.0
url: /local/pvpc-hourly-pricing-card.js?v=1.13.0
type: module
```
Expand Down
3 changes: 0 additions & 3 deletions dist/pvpc-hourly-pricing-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -750,9 +750,6 @@ class PVPCHourlyPricingCard extends LitElement {
return css`
ha-card {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.card-header {
Expand Down

0 comments on commit 0d1c9d1

Please sign in to comment.