1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app
Brad Decker c07bf62a73
fix overflowing contract names and origins (#8823)
* fix overflowing contract names and origins

Moves heading and subtitle into divs with h3/h2 children so that the
div can be display flex and still have ellipses overflow. Only the
heading was display flex but I wanted the two to have similar structure.
this allows subheading to be display flex in the future.

Also uses stripHttpSchemes to remove that from origin in the subheading

* rtl ellipses on domain

* Update ui/app/components/app/transaction-list-item/index.scss

Co-authored-by: Mark Stacey <markjstacey@gmail.com>

Co-authored-by: Mark Stacey <markjstacey@gmail.com>
2020-06-17 11:38:15 -05:00
..
components fix overflowing contract names and origins (#8823) 2020-06-17 11:38:15 -05:00
contexts Implement asset page (#8696) 2020-06-01 14:54:32 -03:00
css Fix connect hardware styling (#8680) 2020-05-28 11:47:48 -07:00
ducks Consolidate connected account alerts (#8802) 2020-06-15 12:08:53 -07:00
helpers Consolidate connected account alerts (#8802) 2020-06-15 12:08:53 -07:00
hooks fix overflowing contract names and origins (#8823) 2020-06-17 11:38:15 -05:00
pages delete targetDomainMetadata selector 2020-06-16 11:34:08 -07:00
selectors delete targetDomainMetadata selector 2020-06-16 11:34:08 -07:00
store Consolidate connected account alerts (#8802) 2020-06-15 12:08:53 -07:00