Re-land taffy 0.8.3 (#34939)
Re #34938 - **chore: Bump taffy to 0.8.3** - **editor: Fix sticky multi-buffer header not extending to the full width** Release Notes: - N/A
This commit is contained in:
parent
b63d820be2
commit
3da23cc65b
5 changed files with 20 additions and 20 deletions
|
@ -844,7 +844,7 @@ impl CompletionsMenu {
|
|||
.with_sizing_behavior(ListSizingBehavior::Infer)
|
||||
.w(rems(34.));
|
||||
|
||||
Popover::new().child(list).into_any_element()
|
||||
Popover::new().child(div().child(list)).into_any_element()
|
||||
}
|
||||
|
||||
fn render_aside(
|
||||
|
|
|
@ -4010,6 +4010,7 @@ impl EditorElement {
|
|||
let available_width = hitbox.bounds.size.width - right_margin;
|
||||
|
||||
let mut header = v_flex()
|
||||
.w_full()
|
||||
.relative()
|
||||
.child(
|
||||
div()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue