Make flex elements fill available space when they contain a float

Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
Nathan Sobo 2022-05-10 06:14:30 -06:00
parent 12783a588c
commit eef99f059d
2 changed files with 12 additions and 5 deletions

View file

@ -378,7 +378,6 @@ impl ContactsPanel {
.contained()
.with_style(theme.edit_contact.container)
.aligned()
.flex_float()
.boxed()
})
.on_click(move |_, cx| {