Skip to content

Commit

Permalink
Fixed issue 1407
Browse files Browse the repository at this point in the history
  • Loading branch information
hfcRed authored Jul 24, 2023
1 parent ee5296b commit e6c7e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/u.$identifier/results/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function UserResultsPage() {
{showHighlightsSection && (
<Section
title={t("results.highlights")}
className="u__results-table-wrapper u__results-table-highlights stack md items-center"
className="u__results-table-wrapper u__results-table-highlights stack md"
>
{hasHighlights && (
<UserResultsTable
Expand Down

0 comments on commit e6c7e42

Please sign in to comment.