Flex-wrap profile objects

This commit is contained in:
Ian Philips 2022-06-30 15:09:04 -06:00
parent bf10ea0e33
commit 2c3c6f28ee

View File

@ -195,7 +195,7 @@ export function UserPage(props: {
</>
)}
<Col className="gap-2 sm:flex-row sm:items-center sm:gap-4">
<Col className="flex-wrap gap-2 sm:flex-row sm:items-center sm:gap-4">
<Row className="gap-4">
<FollowingButton user={user} />
<FollowersButton user={user} />