Fix text wrapping issues with overflow_hidden

This seems to influence sizing calculations in ways I don't fully understand.
This commit is contained in:
Marshall Bowers 2023-12-20 13:25:17 -05:00
parent b0b4610a73
commit da34dd49bb

View file

@ -254,6 +254,7 @@ impl NotificationPanel {
v_stack()
.gap_1()
.size_full()
.overflow_hidden()
.child(Label::new(text.clone()))
.child(
h_stack()