Skip to content

Commit

Permalink
Fix wraping of grade on route list.
Browse files Browse the repository at this point in the history
  • Loading branch information
salamca committed Nov 24, 2023
1 parent 05fe48e commit c8de561
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function CragRouteCompact({ crag, route, ascent }: Props) {
)}
</div>
<div className="flex items-center justify-between">
<div>
<div className="flex">
{displayColumn("difficulty") && (
<span className="pr-4">
<RouteGrade route={route} crag={crag} />
Expand Down

0 comments on commit c8de561

Please sign in to comment.