mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Improvement: Reposition customize gas error (#5265)
This commit is contained in:
parent
bdc7116885
commit
b5169340ab
@ -831,11 +831,13 @@
|
||||
&__error-message {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
right: 4px;
|
||||
top: -18px;
|
||||
right: 0;
|
||||
font-size: 12px;
|
||||
line-height: 12px;
|
||||
color: $red;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
&__cancel {
|
||||
|
Loading…
Reference in New Issue
Block a user