Skip to content

Commit 8b4f9e9

Browse files
committed
[#1596] Change width of toast on mobile
1 parent f2638ed commit 8b4f9e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/components/mobile/MobileScreen.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ const ScreenWrapper = styled.div`
99
padding: ${remSize(8)};
1010
1111
border-radius: ${remSize(4)};
12-
width: 90%;
12+
width: 92%;
1313
top: unset;
14+
min-width: unset;
1415
bottom: ${remSize(64)}
1516
}
1617
`;

0 commit comments

Comments
 (0)