diff --git a/superset-frontend/src/components/DynamicEditableTitle/index.tsx b/superset-frontend/src/components/DynamicEditableTitle/index.tsx index d9e706633..86205bebc 100644 --- a/superset-frontend/src/components/DynamicEditableTitle/index.tsx +++ b/superset-frontend/src/components/DynamicEditableTitle/index.tsx @@ -197,7 +197,7 @@ export const DynamicEditableTitle = ({ ${inputWidth && inputWidth > 0 && css` - width: ${inputWidth}px; + width: ${inputWidth + 1}px; `} `} />