Skip to content

Commit 98cee8e

Browse files
committed
feat: added loading skeleton on redirects page
1 parent ed6675c commit 98cee8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/assets/customTheme.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,7 @@ textarea.unset-width {
220220

221221
.placeholder-chart,
222222
.placeholder-chart.gl-animate-skeleton-loader {
223-
/* Maintains same aspect of lineChart in Chart.js */
224-
aspect-ratio: 3 / 1;
223+
/* Maintains same aspect of lineChart in Chart.js - warning aspect-ratio seems to cause weird bug seen only after compiling all code */
225224
display: flex;
226225
width: 100%;
227226

0 commit comments

Comments
 (0)