groupFeed: flex width of parent row of 'add feed'

This commit is contained in:
Matilde Park 2021-04-01 18:38:35 -04:00
parent 96a57a9c4b
commit 87b6d35c42

View File

@ -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>
);