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:
parent
b7b041c43b
commit
76615b7bec
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user