Skip to content

Commit

Permalink
Adjust spacing of drag handle in search field
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Jan 21, 2024
1 parent 71f440e commit 661fcde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/actions/search.dart
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ class SearchField extends StatelessWidget {
onDeleted: () => filterData.value = filter.copyWith(
tags: List.of(filter.tags)..remove(tag)),
),
if (filter.isNotEmpty) const Icon(Icons.drag_indicator),
].separatedBy(const SizedBox(width: 8)),
if (filter.isNotEmpty) const Icon(Icons.drag_indicator),
ConstrainedBox(
constraints: constraints.copyWith(
maxWidth: filter.isNotEmpty
Expand Down

0 comments on commit 661fcde

Please sign in to comment.