diff --git a/public/app/features/dashboard/components/PanelEditor/OptionsPaneContent.tsx b/public/app/features/dashboard/components/PanelEditor/OptionsPaneContent.tsx
index 3cc2d533068..b22af5991d3 100644
--- a/public/app/features/dashboard/components/PanelEditor/OptionsPaneContent.tsx
+++ b/public/app/features/dashboard/components/PanelEditor/OptionsPaneContent.tsx
@@ -172,7 +172,7 @@ export const TabsBarContent: React.FC<{
return (
<>
- {width < 377 ? (
+ {width < 352 ? (