Fix display of column config in table chart (#19806)
This commit is contained in:
parent
3db4a1cb80
commit
12bc30e2c7
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue