groups: prevent long title from pushing buttons

This commit is contained in:
Matilde Park 2020-10-07 15:48:26 -04:00
parent 9100b3c50c
commit 36afff608e

View File

@ -154,7 +154,7 @@ export function GroupSwitcher(props: {
>
<Row p={2} alignItems="center">
<Row alignItems="center" mr={1} flex='1'>
<Text overflow='hidden' display='inline-block' maxWidth='144px' style={{ textOverflow: 'ellipsis', whiteSpace: 'pre'}}>{title}</Text>
<Text overflow='hidden' display='inline-block' maxWidth='131px' style={{ textOverflow: 'ellipsis', whiteSpace: 'pre'}}>{title}</Text>
</Row>
<Icon size='12px' ml='1' mt="0px" display="inline-block" icon="ChevronSouth" />
</Row>