xleaderboard limit dropdown width

This commit is contained in:
Kalle (Sendou) 2020-10-08 20:43:20 +03:00
parent 8c12b80f42
commit cf59639e97

View File

@ -65,7 +65,7 @@ const XLeaderboardsPage: React.FC<RouteComponentProps> = () => {
</title>
</Helmet>
<PageHeader title={t("navigation;X Rank Leaderboards")} />
<Box my={10}>
<Box my={10} maxW="24rem">
<Select
options={selectOptions.map(({ value, label }) => ({
value,