mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
Fixes width of from and to dropdowns in extension and on mobile views.
This commit is contained in:
parent
c8c918d44e
commit
dc0b3255cf
@ -94,7 +94,7 @@ ToAutoComplete.prototype.render = function () {
|
||||
inError,
|
||||
} = this.props
|
||||
|
||||
return h('div.to-autocomplete', {}, [
|
||||
return h('div.send-v2__to-autocomplete', {}, [
|
||||
|
||||
h('input.send-v2__to-autocomplete__input', {
|
||||
placeholder: 'Recipient Address',
|
||||
|
@ -577,6 +577,7 @@
|
||||
line-height: 16px;
|
||||
font-size: 12px;
|
||||
color: $tundora;
|
||||
position: relative;
|
||||
|
||||
&__close-area {
|
||||
position: fixed;
|
||||
@ -591,7 +592,7 @@
|
||||
z-index: 1050;
|
||||
position: absolute;
|
||||
height: 220px;
|
||||
width: 240px;
|
||||
width: 100%;
|
||||
border: 1px solid $geyser;
|
||||
border-radius: 4px;
|
||||
background-color: $white;
|
||||
|
Loading…
Reference in New Issue
Block a user