We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86f14a commit c2ab0d0Copy full SHA for c2ab0d0
1 file changed
apps/client/src/components/vehicles-map/vehicles-markers/popup/vehicle-information.tsx
@@ -255,7 +255,7 @@ export function VehicleInformation({ disableLinks, journey }: Readonly<VehicleIn
255
}
256
/>
257
</CustomTooltip>
258
- <DialogContent aria-describedby="air-conditioning-report-description" className="sm:max-w-sm">
+ <DialogContent aria-describedby="air-conditioning-report-description">
259
<DialogHeader>
260
<DialogTitle>{m.marker_air_conditioning_report_title()}</DialogTitle>
261
<DialogDescription id="air-conditioning-report-description" className="whitespace-pre-wrap">
0 commit comments