There was an error while loading. Please reload this page.
2 parents 7d56090 + 3575af1 commit fea1278Copy full SHA for fea1278
1 file changed
src/meshcore_hub/web/static/js/spa-react/pages/Routes.tsx
@@ -546,7 +546,7 @@ function RouteCard({
546
data-testid="route-card"
547
data-route-label={`${route.from_label} → ${route.to_label}`}
548
>
549
- <div className="card-body">
+ <div className="card-body overflow-hidden">
550
<div className="flex items-start justify-between gap-2">
551
<div className="flex-1 min-w-0">
552
<h2 className="card-title">
@@ -1500,7 +1500,7 @@ export function RoutesPage() {
1500
}
1501
1502
return (
1503
- <div>
+ <div className="overflow-x-hidden">
1504
<PageHeader title={t("entities.routes")} icon={IconPath} />
1505
1506
<SummaryStrip routes={routes} />
0 commit comments