Fixed issue with responsive charts.

This commit is contained in:
Mike Cao 2023-03-14 23:29:53 -07:00
parent c1d3e9ec67
commit be8eb61f7f
3 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
.chart {
position: relative;
height: 400px;
overflow: hidden;
}

View File

@ -2,7 +2,7 @@
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 10px;
padding: 10px 0;
}
.label {

View File

@ -7,7 +7,7 @@
.chart {
position: relative;
padding-bottom: 10px;
overflow: hidden;
}
.title {