fix: Fix chart title truncating when Chrome is zoomed out (#20847)

This commit is contained in:
Kamil Gabryjelski 2022-07-26 10:21:17 +02:00 committed by GitHub
parent 55a89dfac9
commit 46deb79f50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ export const DynamicEditableTitle = ({
${inputWidth &&
inputWidth > 0 &&
css`
width: ${inputWidth}px;
width: ${inputWidth + 1}px;
`}
`}
/>