Skip to content

Commit

Permalink
Fix display of column config in table chart (#19806)
Browse files Browse the repository at this point in the history
(cherry picked from commit 12bc30e)
  • Loading branch information
kgabryje authored and villebro committed Apr 25, 2022
1 parent 4fa96d3 commit 387138e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 387138e

Please sign in to comment.