mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-16 07:11:18 +00:00
Fix query editor 'floating' when filters are enabled
This commit is contained in:
parent
0253ff3043
commit
d39585b240
1 changed files with 2 additions and 0 deletions
|
@ -1733,6 +1733,8 @@ impl View for ProjectSearchBar {
|
||||||
.with_children(filters)
|
.with_children(filters)
|
||||||
.contained()
|
.contained()
|
||||||
.with_style(theme.search.container)
|
.with_style(theme.search.container)
|
||||||
|
.aligned()
|
||||||
|
.top()
|
||||||
.flex(2., true),
|
.flex(2., true),
|
||||||
)
|
)
|
||||||
.with_child(
|
.with_child(
|
||||||
|
|
Loading…
Reference in a new issue