mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-03 21:30:15 +00:00
Fixed logs search bar
This commit is contained in:
parent
29af26f118
commit
f9149056fd
1 changed files with 2 additions and 1 deletions
|
@ -365,7 +365,8 @@ class _SearchState extends State<_Search> {
|
||||||
),
|
),
|
||||||
tooltip: AppLocalizations.of(context)!.clearSearch,
|
tooltip: AppLocalizations.of(context)!.clearSearch,
|
||||||
)
|
)
|
||||||
: null
|
: null,
|
||||||
|
contentPadding: const EdgeInsets.symmetric(vertical: 12),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue