mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 11:01:41 +01:00
dbc7446b9a
The popup view would expand beyond the width of the viewport when expanding a transaction. This bug was introduced in #8139 when I removed the `min-width: 0` property from the `home__container` class; this property was giving the parent permission to shrink that div below the size of its content. Instead of restoring that property, the parent component is no longer using `display: flex`. Flexbox was never useful here, as this is just a wrapper div around a wrapper div, both with identical sizes. The default display type of `block` produces the desired behaviour with less rules. |
||
---|---|---|
.. | ||
pages | ||
account-details-dropdown.scss | ||
account-dropdown.scss | ||
alert.scss | ||
confirm.scss | ||
currency-display.scss | ||
editable-label.scss | ||
footer.scss | ||
gas-slider.scss | ||
index.scss | ||
loading-overlay.scss | ||
menu.scss | ||
modal.scss | ||
network.scss | ||
new-account.scss | ||
newui-sections.scss | ||
request-decrypt-message.scss | ||
request-encryption-public-key.scss | ||
request-signature.scss | ||
sections.scss | ||
send.scss | ||
simple-dropdown.scss | ||
tab-bar.scss | ||
tooltip.scss | ||
transaction-list.scss |