11 lines
152 B
SCSS
Raw Normal View History

2024-07-12 12:51:02 +05:45
/* Google Charts */
.google-chart-container {
.google-charts {
width: 100%;
height: 280px;
min-height: 280px;
min-width: 100%;
}
}