mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
groupFeed: flex width of parent row of 'add feed'
This commit is contained in:
parent
96a57a9c4b
commit
87b6d35c42
@ -43,7 +43,7 @@ export const AddFeedBanner = (props) => {
|
||||
pl={2}
|
||||
pr={2}
|
||||
>
|
||||
<Row gapX="2" flexShrink={1}>
|
||||
<Row gapX="2" flexShrink={1} minWidth='0'>
|
||||
{ dismissing ? (
|
||||
<>
|
||||
<Icon icon="Info" />
|
||||
@ -84,7 +84,7 @@ export const AddFeedBanner = (props) => {
|
||||
</Link>
|
||||
</>
|
||||
)}
|
||||
|
||||
|
||||
</Row>
|
||||
</Row>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user