Skip to content

Commit 5ee5b68

Browse files
made better, still got test esc's
1 parent 1cf64ed commit 5ee5b68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcs/src/components/dashboard/EscTelemetryWidget.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export default function EscTelemetryWidget({
149149

150150
// Full view (make it stretch nicely when parent uses items-stretch)
151151
return (
152-
<div className="min-w-[350px] min-h-[225px] rounded-md flex flex-col" style={{ background: GetOutsideVisibilityColor() }}>
152+
<div className="min-w-[350px] min-h-[253px] rounded-md flex flex-col" style={{ background: GetOutsideVisibilityColor() }}>
153153
<div className="p-2 h-full flex flex-col">
154154
<div className="flex items-center justify-between mb-2">
155155
<Text>ESC telemetry</Text>

0 commit comments

Comments
 (0)