mirror of
https://github.com/apache/superset.git
synced 2026-06-07 00:29:17 +00:00
Fix display of column config in table chart (#19806)
This commit is contained in:
committed by
GitHub
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,
|
||||
|
||||
Reference in New Issue
Block a user