fix(theme): prevent layout shift on carbon ads

pull/1751/head
Divyansh Singh 2 years ago committed by GitHub
parent 8db20fe022
commit f6c5e1f098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -54,7 +54,7 @@ if (carbonOptions) {
align-items: center;
padding: 24px;
border-radius: 12px;
min-height: 240px;
min-height: 256px;
text-align: center;
line-height: 18px;
font-size: 12px;

Loading…
Cancel
Save