diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-05-12 11:39:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 11:39:55 +0200 |
commit | db2f6fa49b1a704c66be3f0ea04a440cde80cf50 (patch) | |
tree | 705571dd7a856c57f23dfd02917c115a887ca525 /app/javascript/flavours/glitch/features/follow_recommendations | |
parent | ffc3f8eebe134ca9b18af73aa29eaa1627082e40 (diff) | |
parent | 671a95c545bf7b47d74e1021b76d17bbf44cc5cc (diff) |
Merge pull request #1535 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/javascript/flavours/glitch/features/follow_recommendations')
-rw-r--r-- | app/javascript/flavours/glitch/features/follow_recommendations/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/follow_recommendations/index.js b/app/javascript/flavours/glitch/features/follow_recommendations/index.js index 8165c39a9..fee4d8757 100644 --- a/app/javascript/flavours/glitch/features/follow_recommendations/index.js +++ b/app/javascript/flavours/glitch/features/follow_recommendations/index.js @@ -76,7 +76,7 @@ class FollowRecommendations extends ImmutablePureComponent { return ( <Column> - <div className='scrollable'> + <div className='scrollable follow-recommendations-container'> <div className='column-title'> <Logo /> <h3><FormattedMessage id='follow_recommendations.heading' defaultMessage="Follow people you'd like to see posts from! Here are some suggestions." /></h3> |