Skip to content

Commit

Permalink
bug fix: padding lost in onboarding recommended user follow list (#2439)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan-cp authored Apr 25, 2024
1 parent fd412df commit 593c560
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ function OnboardingRecommendedUsersInner() {
style={{
height: heightOfUserList,
}}
className="-mx-4"
>
<Suspense fallback={<UserFollowListFallback />}>
<UserFollowList
Expand Down

0 comments on commit 593c560

Please sign in to comment.