Skip to content

Commit

Permalink
- bugfix grid problem
Browse files Browse the repository at this point in the history
  • Loading branch information
mentalilll committed May 20, 2024
1 parent d835632 commit 9f2096c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/chart.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ ha-card.vpd-chart-view, ha-card.vpd-chart-view .vpd-card-container {
min-height: 50px;
overflow:hidden;
}
.vpd-chart-view {
display:grid;
}
.vpd-chart-view .gray-danger-zone {
background-color: #999999;
}
Expand Down

0 comments on commit 9f2096c

Please sign in to comment.