Skip to content

Commit 181a754

Browse files
committed
chore: adjust FeedbackWidget width to 320px
1 parent 846f422 commit 181a754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FeedbackWidget/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const FeedbackWidget = () => {
5757
padding={0}
5858
>
5959
<Box
60-
w="min(350px, calc(100% - 1rem))"
60+
w="min(320px, calc(100% - 1rem))"
6161
mx="2"
6262
bg="background.base"
6363
borderRadius="base"

0 commit comments

Comments
 (0)