Skip to content

Commit 8289b65

Browse files
committed
chore: linter
1 parent 9d87051 commit 8289b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogpt_platform/frontend/src/components/molecules/Toast/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ html body .toastDescription {
3939
}
4040

4141
/* Position close button on the right */
42-
html body [data-sonner-toast] [data-close-button] {
42+
:global(html body [data-sonner-toast] [data-close-button="true"]) {
4343
left: unset !important;
4444
right: -18px !important;
4545
top: -3px !important;

0 commit comments

Comments
 (0)