Skip to content

Commit 529cbb2

Browse files
fix button and wrapper min-width
1 parent af55c8a commit 529cbb2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/styles/default.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
display: flex;
2121
justify-content: center;
2222
align-items: center;
23-
min-width: 375px;
23+
min-width: 250px;
2424
max-height: 64px;
2525
border-radius: var(--authorizer-radius-button);
2626
border-color: var(--authorizer-text-color) !important;
@@ -131,6 +131,7 @@
131131
font-size: var(--authorizer-fonts-medium-text);
132132
box-sizing: border-box;
133133
width: 100%;
134+
min-width: 300px;
134135
}
135136
.styled-wrapper *,
136137
*:before,

0 commit comments

Comments
 (0)