1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Enhanced Gas Fee UI : Fix gas values overlaping with labels (#14392)

This commit is contained in:
Guillaume Roux 2022-04-14 19:30:19 +02:00 committed by GitHub
parent b7b041c43b
commit 76615b7bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,11 +26,11 @@
&__label {
white-space: nowrap;
width: 50%;
min-width: 50%;
}
&__value {
width: 50%;
min-width: 50%;
}
p {
@ -44,6 +44,7 @@
div {
display: flex;
flex-direction: row;
flex-wrap: wrap;
text-align: left;
}
}