Skip to content

Commit 7ecda0e

Browse files
committed
Fix QR code margins
1 parent 0c4d596 commit 7ecda0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/intercept/config/android-device-config.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ const ConfigContainer = styled.div`
4646
> svg {
4747
flex: 1 1 200px;
4848
margin: 0 auto;
49+
width: auto;
50+
4951
/* Without white padding, the QR code sometimes isn't scannable */
5052
padding: 5px;
5153
background-color: #fff;

0 commit comments

Comments
 (0)