Fix display of column config in table chart (#19806)

This commit is contained in:
Kamil Gabryjelski 2022-04-21 19:08:04 +02:00 committed by GitHub
parent 3db4a1cb80
commit 12bc30e2c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -48,8 +48,10 @@ export default React.memo(function ColumnConfigItem({
>
<div
css={{
display: 'flex',
alignItems: 'center',
cursor: 'pointer',
padding: `${1.5 * gridUnit}px ${2 * gridUnit}px`,
padding: `${gridUnit}px ${2 * gridUnit}px`,
borderBottom: `1px solid ${colors.grayscale.light2}`,
position: 'relative',
paddingRight: caretWidth,