mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
fix: Misaligned global controls in Table chart (#34799)
This commit is contained in:
committed by
GitHub
parent
e8e1466185
commit
6908a733a0
@@ -197,7 +197,6 @@ function SearchInput({
|
||||
<Space direction="horizontal" size={4} className="dt-global-filter">
|
||||
{t('Search')}
|
||||
<Input
|
||||
size="small"
|
||||
aria-label={t('Search %s records', count)}
|
||||
placeholder={tn('search.num_records', count)}
|
||||
value={value}
|
||||
|
||||
Reference in New Issue
Block a user