mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 18:31:44 +03:00
groupSwitcher: prevent text clipping
This commit is contained in:
parent
43f9af6b47
commit
2ea9b48ecb
@ -162,7 +162,7 @@ export function GroupSwitcher(props: {
|
|||||||
>
|
>
|
||||||
<Row width='100%' minWidth='0' flexShrink={0}>
|
<Row width='100%' minWidth='0' flexShrink={0}>
|
||||||
<Row justifyContent="space-between" mr={1} flexShrink={0} width='100%' minWidth='0'>
|
<Row justifyContent="space-between" mr={1} flexShrink={0} width='100%' minWidth='0'>
|
||||||
<Text lineHeight="1" fontSize='2' fontWeight="700" overflow='hidden' display='inline-block' flexShrink='1' style={{ textOverflow: 'ellipsis', whiteSpace: 'pre' }}>{title}</Text>
|
<Text lineHeight="1.1" fontSize='2' fontWeight="700" overflow='hidden' display='inline-block' flexShrink='1' style={{ textOverflow: 'ellipsis', whiteSpace: 'pre' }}>{title}</Text>
|
||||||
</Row>
|
</Row>
|
||||||
</Row>
|
</Row>
|
||||||
</Dropdown>
|
</Dropdown>
|
||||||
|
Loading…
Reference in New Issue
Block a user