We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6675c commit 98cee8eCopy full SHA for 98cee8e
src/assets/customTheme.css
@@ -220,8 +220,7 @@ textarea.unset-width {
220
221
.placeholder-chart,
222
.placeholder-chart.gl-animate-skeleton-loader {
223
- /* Maintains same aspect of lineChart in Chart.js */
224
- aspect-ratio: 3 / 1;
+ /* Maintains same aspect of lineChart in Chart.js - warning aspect-ratio seems to cause weird bug seen only after compiling all code */
225
display: flex;
226
width: 100%;
227
0 commit comments