1
0
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:
Sean 2018-10-01 10:07:23 -04:00 committed by Whymarrh Whitby
parent bdc7116885
commit b5169340ab

View File

@ -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 {