Skip to content

Commit

Permalink
Merge pull request #3987 from brave/fix-6684
Browse files Browse the repository at this point in the history
Fixing wallet summary flex basis
  • Loading branch information
ryanml committed Nov 13, 2019
2 parents 3fe3fe1 + cad33ed commit b3611b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ export const StyledTitle = styled<{}, 'div'>('div')`
color: #4b4c5c;
flex-grow: 1;
flex-shrink: 1;
flex-basis: 40%;
flex-basis: 60%;
`

export const StyledContentWrapper = styled<{}, 'div'>('div')`
flex-grow: 1;
flex-shrink: 1;
flex-basis: 50%;
flex-basis: 40%;
text-align: right;
@media (max-width: 385px) {
Expand Down

0 comments on commit b3611b0

Please sign in to comment.