Revert "Improve completion, action and shared project popovers' layout"

This commit is contained in:
Mikayla Maki 2024-01-23 15:26:11 -08:00 committed by GitHub
parent b20b1d446f
commit 9f6072c6b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 11 additions and 44 deletions

View file

@ -149,7 +149,6 @@ impl ParentElement for ListItem {
impl RenderOnce for ListItem {
fn render(self, cx: &mut WindowContext) -> impl IntoElement {
h_flex()
.flex_grow()
.id(self.id)
.w_full()
.relative()