1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/css/itcss
Mark Stacey dbc7446b9a
Fix popup view expanding when expanding transaction (#8271)
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.
2020-04-01 13:18:36 -03:00
..
components Fix popup view expanding when expanding transaction (#8271) 2020-04-01 13:18:36 -03:00
generic Add border none for moz-focus-inner (#8217) 2020-03-19 12:44:20 -04:00
objects Lint and cleanup all scss 2017-08-14 10:31:27 +02:00
settings Use @fortawesome/fontawesome-free npm package (#8256) 2020-03-30 20:05:51 -03:00
tools Redesign approve screen (#7271) 2019-11-05 11:43:48 -03:30
trumps Remove unused modals (#7184) 2019-09-18 10:09:41 -03:00