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