Skip to content

Commit

Permalink
fix: Make account selection control larger
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lohse committed Oct 7, 2019
1 parent c4cdb89 commit 74abddc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import palette from 'cozy-ui/transpiled/react/palette'
const AccountSelectControl = ({ name }) => {
return (
<Text className="u-slateGrey u-flex u-flex-items-center u-c-pointer">
<Text className="u-maw-4 u-ellipsis">{name}</Text>
<Text className="u-maw-5 u-ellipsis">{name}</Text>
<Icon
icon="bottom"
size="12"
Expand Down

0 comments on commit 74abddc

Please sign in to comment.