Skip to content

Commit f6c5e1f

Browse files
authored
fix(theme): prevent layout shift on carbon ads
1 parent 8db20fe commit f6c5e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/theme-default/components/VPCarbonAds.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if (carbonOptions) {
5454
align-items: center;
5555
padding: 24px;
5656
border-radius: 12px;
57-
min-height: 240px;
57+
min-height: 256px;
5858
text-align: center;
5959
line-height: 18px;
6060
font-size: 12px;

0 commit comments

Comments
 (0)