Skip to content

Commit 9e8f6d1

Browse files
committed
Make sure there is space for 'Go to questions' btn on mobile
1 parent 92372c2 commit 9e8f6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/pages/GameboardFilter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export const GameboardFilter = withRouter(({location}: {location: Location}) =>
177177
return <RS.Container id="gameboard-generator" className="mb-5">
178178
<TitleAndBreadcrumb currentPageTitle="Choose your Questions" help={pageHelp}/>
179179

180-
<RS.Card id="filter-panel" className="mt-4 px-2 py-3 p-sm-4">
180+
<RS.Card id="filter-panel" className="mt-4 px-2 py-3 p-sm-4 pb-5">
181181
{/* Filter Summary */}
182182
<RS.Row>
183183
<RS.Col sm={8} lg={9}>

0 commit comments

Comments
 (0)