chore: Improvements to utils to load article in widget (#7859)

This commit is contained in:
Nithin David Thomas
2023-09-05 21:37:51 +05:30
committed by GitHub
parent ce4cfee8bd
commit 9322112481
5 changed files with 41 additions and 3 deletions

View File

@@ -280,8 +280,8 @@ export const SDK_CSS = `
.woot-widget-holder {
border-radius: 16px;
bottom: 104px;
height: calc(85% - 64px - 20px);
max-height: 590px !important;
height: calc(90% - 64px - 20px);
max-height: 640px !important;
min-height: 250px !important;
width: 400px !important;
}