We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf64ed commit 5ee5b68Copy full SHA for 5ee5b68
1 file changed
gcs/src/components/dashboard/EscTelemetryWidget.jsx
@@ -149,7 +149,7 @@ export default function EscTelemetryWidget({
149
150
// Full view (make it stretch nicely when parent uses items-stretch)
151
return (
152
- <div className="min-w-[350px] min-h-[225px] rounded-md flex flex-col" style={{ background: GetOutsideVisibilityColor() }}>
+ <div className="min-w-[350px] min-h-[253px] rounded-md flex flex-col" style={{ background: GetOutsideVisibilityColor() }}>
153
<div className="p-2 h-full flex flex-col">
154
<div className="flex items-center justify-between mb-2">
155
<Text>ESC telemetry</Text>
0 commit comments