Skip to content

Commit

Permalink
Text/btm-padding: Fixed spacing when screen is small
Browse files Browse the repository at this point in the history
  • Loading branch information
ugtthis committed Jun 9, 2024
1 parent 2532db5 commit 55ca743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RouteStatistics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const RouteStatistics: VoidComponent<RouteStatisticsProps> = (props) => {
const [timeline] = createResource(() => props.route, getTimelineStatistics)

return (
<div class={clsx('flex h-10 w-full items-stretch gap-8', props.class)}>
<div class={clsx('flex h-full w-full items-stretch gap-8', props.class)}>
<div class="flex flex-col justify-between">
<Typography variant="body-sm" color="on-surface-variant">
Distance
Expand Down

0 comments on commit 55ca743

Please sign in to comment.