mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-19 17:12:58 -05:00
xleaderboard limit dropdown width
This commit is contained in:
parent
8c12b80f42
commit
cf59639e97
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user