fix: Use all: revert
to avoid external css styles for widget bubble (#2809)
This commit is contained in:
parent
37bf4b7dd8
commit
e09941db1c
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ export const SDK_CSS = `.woot-widget-holder {
|
||||||
}
|
}
|
||||||
|
|
||||||
.woot-widget-bubble img {
|
.woot-widget-bubble img {
|
||||||
|
all: revert;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
|
|
Loading…
Reference in a new issue