Fixed issue with responsive charts.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
.chart {
|
||||
position: relative;
|
||||
height: 400px;
|
||||
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
margin-top: 10px;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.label {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
.chart {
|
||||
position: relative;
|
||||
padding-bottom: 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
||||
Reference in New Issue
Block a user