Skip to content

Commit 43f30fc

Browse files
committed
style(term): fix search alignment
1 parent eafc1e4 commit 43f30fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/synd_term/src/ui/components/filter.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ impl Filter {
401401
label = label.dim();
402402
}
403403
spans.push(label);
404-
spans.push(Span::from(" "));
404+
spans.push(Span::from(" "));
405405

406406
let search = Line::from(spans);
407407
let margin = search.width() + 1;

0 commit comments

Comments
 (0)