fix(catalog): keep the animated bar chart preview in frame (#3254)

This commit is contained in:
Akshar Patel
2026-08-12 23:55:21 -04:00
committed by GitHub
parent dc01a12d71
commit 158f15e8f0
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -28,7 +28,7 @@
display: grid;
place-items: center;
padding: 52px;
transform: scale(2.1);
transform: scale(1.6);
transform-origin: center center;
}
.hf-remocn-animated-bar-chart {