diff --git a/app/src/panels/time-series/index.ts b/app/src/panels/time-series/index.ts index a46666f0de..b55a52bde0 100644 --- a/app/src/panels/time-series/index.ts +++ b/app/src/panels/time-series/index.ts @@ -254,6 +254,6 @@ export default definePanel({ }, }, ], - minWidth: 14, + minWidth: 12, minHeight: 6, });