mirror of
https://github.com/apache/superset.git
synced 2026-05-12 11:25:56 +00:00
fix(explore): add padding to the adhoc filter value select (#14679)
This commit is contained in:
committed by
GitHub
parent
152b0d0575
commit
26c0b30ec9
@@ -41,6 +41,10 @@ import AdhocFilter, {
|
||||
import columnType from 'src/explore/components/controls/FilterControl/columnType';
|
||||
|
||||
const SelectWithLabel = styled(Select)`
|
||||
.ant-select-selector {
|
||||
margin-bottom: ${({ theme }) => theme.gridUnit * 4}px;
|
||||
}
|
||||
|
||||
.ant-select-selector::after {
|
||||
content: '${({ labelText }) => labelText || '\\A0'}';
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user