fix: Misaligned global controls in Table chart (#34799)

This commit is contained in:
Kamil Gabryjelski
2025-08-22 10:07:39 +02:00
committed by GitHub
parent e8e1466185
commit 6908a733a0
2 changed files with 17 additions and 31 deletions

View File

@@ -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}