Fixed logs search bar

This commit is contained in:
Juan Gilsanz Polo 2024-09-11 18:21:46 +02:00
parent 29af26f118
commit f9149056fd

View file

@ -365,7 +365,8 @@ class _SearchState extends State<_Search> {
),
tooltip: AppLocalizations.of(context)!.clearSearch,
)
: null
: null,
contentPadding: const EdgeInsets.symmetric(vertical: 12),
),
),
),