1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/hooks
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
..
tests fix overflowing contract names and origins (#8823) 2020-06-17 11:38:15 -05:00
useCancelTransaction.js
useCurrencyDisplay.js
useI18nContext.js
useMethodData.js
useMetricEvent.js
useRetryTransaction.js
useShouldShowSpeedUp.js
useTokenData.js
useTokenDisplayValue.js
useTokenFiatAmount.js Hide token fiat amounts on testnets (#8792) 2020-06-12 15:47:23 -03:00
useTokenTracker.js
useTransactionDisplayData.js fix overflowing contract names and origins (#8823) 2020-06-17 11:38:15 -05:00
useTransactionTimeRemaining.js
useUserPreferencedCurrency.js