mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
chore: Improvements to utils to load article in widget (#7859)
This commit is contained in:
committed by
GitHub
parent
ce4cfee8bd
commit
9322112481
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user