Skip to content

Commit c2ab0d0

Browse files
committed
fix visual glitch in clim report dialog
1 parent e86f14a commit c2ab0d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/client/src/components/vehicles-map/vehicles-markers/popup/vehicle-information.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ export function VehicleInformation({ disableLinks, journey }: Readonly<VehicleIn
255255
}
256256
/>
257257
</CustomTooltip>
258-
<DialogContent aria-describedby="air-conditioning-report-description" className="sm:max-w-sm">
258+
<DialogContent aria-describedby="air-conditioning-report-description">
259259
<DialogHeader>
260260
<DialogTitle>{m.marker_air_conditioning_report_title()}</DialogTitle>
261261
<DialogDescription id="air-conditioning-report-description" className="whitespace-pre-wrap">

0 commit comments

Comments
 (0)