Skip to content

Commit

Permalink
- added minimum height
Browse files Browse the repository at this point in the history
  • Loading branch information
mentalilll committed Feb 28, 2024
1 parent 8e0be42 commit 19deec3
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
@@ -1,5 +1,6 @@
ha-card.vpd-chart-view, ha-card.vpd-chart-view .vpd-card-container {
height: 100%;
min-height: 400px;
overflow:hidden;
}
.vpd-chart-view .gray-danger-zone {
Expand Down Expand Up @@ -29,11 +30,13 @@ ha-card.vpd-chart-view, ha-card.vpd-chart-view .vpd-card-container {
.vpd-chart-view table {
width: 100%;
height: 100% !important;
min-height: 400px;
border: 0;
border-collapse: collapse;
}
.vpd-chart-view table tbody {
height:100% !important;
min-height: 400px;
}
.vpd-chart-view .history-circle {
display:none;
Expand Down

0 comments on commit 19deec3

Please sign in to comment.