Skip to content

Commit acdabb2

Browse files
committedOct 26, 2022
Merge branch 'fix/address-hook-horizontal-alignment' of github.com:MyEtherWallet/mew-components into devop/ignore-e
2 parents 8956f35 + ccd5446 commit acdabb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/MewAddressSelect/MewAddressSelect.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<v-combobox
66
ref="mewAddressSelect"
77
v-model="addressValue"
8-
height="62"
98
class="address-select pa-0 rounded-lg"
109
color="primary"
1110
:items="items"
@@ -349,6 +348,7 @@ export default {
349348
* Address select input.
350349
*/
351350
.address-select {
351+
min-height: 62px;
352352
&.v-text-field {
353353
input {
354354
font-family: 'PT Mono';

0 commit comments

Comments
 (0)
Please sign in to comment.