1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/app/hooks/tests
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
..
useCancelTransaction.test.js resolve remaining issues with transaction list (#8659) 2020-05-27 14:45:20 -05:00
useCurrencyDisplay.test.js Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00
useRetryTransaction.test.js Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00
useTokenData.test.js Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00
useTokenDisplayValue.test.js factor out containers for currency components (#8543) 2020-05-12 14:07:35 -05:00
useTransactionDisplayData.test.js fix overflowing contract names and origins (#8823) 2020-06-17 11:38:15 -05:00
useUserPreferencedCurrency.test.js Rename preferencesSelector selector to getPreferences (#8647) 2020-05-26 03:41:58 -02:30