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:
@@ -254,6 +254,7 @@ impl NotificationPanel {
|
||||
v_stack()
|
||||
.gap_1()
|
||||
.size_full()
|
||||
.overflow_hidden()
|
||||
.child(Label::new(text.clone()))
|
||||
.child(
|
||||
h_stack()
|
||||
|
||||
Reference in New Issue
Block a user