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:
parent
b0b4610a73
commit
da34dd49bb
1 changed files with 1 additions and 0 deletions
|
@ -254,6 +254,7 @@ impl NotificationPanel {
|
|||
v_stack()
|
||||
.gap_1()
|
||||
.size_full()
|
||||
.overflow_hidden()
|
||||
.child(Label::new(text.clone()))
|
||||
.child(
|
||||
h_stack()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue