Skip to content

Commit

Permalink
fix: Fix chart title truncating when Chrome is zoomed out
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Jul 25, 2022
1 parent 644148b commit 9c28d15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export const DynamicEditableTitle = ({
${inputWidth &&
inputWidth > 0 &&
css`
width: ${inputWidth}px;
width: ${inputWidth + 1}px;
`}
`}
/>
Expand Down

0 comments on commit 9c28d15

Please sign in to comment.