File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
ui/components/app/wallet-overview Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ import { AssetType } from '../../../../shared/constants/transaction';
5656import { MetaMetricsContext } from '../../../contexts/metametrics' ;
5757import { startNewDraftTransaction } from '../../../ducks/send' ;
5858import {
59+ BlockSize ,
5960 Display ,
6061 IconColor ,
6162 JustifyContent ,
@@ -359,7 +360,11 @@ const CoinButtons = ({
359360 ] ) ;
360361
361362 return (
362- < Box display = { Display . Flex } justifyContent = { JustifyContent . spaceEvenly } >
363+ < Box
364+ display = { Display . Flex }
365+ justifyContent = { JustifyContent . spaceEvenly }
366+ width = { BlockSize . Full }
367+ >
363368 {
364369 ///: BEGIN:ONLY_INCLUDE_IF(build-main,build-beta,build-flask)
365370 < IconButton
Original file line number Diff line number Diff line change 3636 height : 100% ;
3737 margin-bottom : 16px ;
3838 padding : 0 16px ;
39+ width : 100% ;
40+
41+ .wallet-overview-fullscreen > & {
42+ width : auto ;
43+ }
3944 }
4045
4146 & __currency-wrapper {
You can’t perform that action at this time.
0 commit comments