Skip to content

Commit 4d611de

Browse files
committed
fix: don't make 'show password' button huge
before this change, you couldn't enter the password input box on mobile
1 parent 31bc846 commit 4d611de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/theme/modules/checkout/pages/Checkout/UserAccount.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ export default defineComponent({
332332

333333
<style lang="scss" scoped>
334334
.form {
335-
--button-width: 100%;
336335
337336
&__select {
338337
display: flex;
@@ -356,7 +355,6 @@ export default defineComponent({
356355
display: flex;
357356
flex-wrap: wrap;
358357
align-items: center;
359-
--button-width: auto;
360358
}
361359
362360
&__element {
@@ -379,7 +377,9 @@ export default defineComponent({
379377
}
380378
381379
&__action {
380+
--button-width: 100%;
382381
@include for-desktop {
382+
--button-width: auto;
383383
flex: 0 0 100%;
384384
display: flex;
385385
}

0 commit comments

Comments
 (0)