iris: add positioned text overflow

This commit is contained in:
iris committed 2026-09-12 19:58:02 -04:00
1 parent cb5f11d21a
commit 1f0a7b5f94
22 files changed
+771 -43

No files matched your search

+1 -1
View File
@@ -83,7 +83,7 @@ impl DesktopAppState for Client {
Err(message) => {
let text = wtext(format!("Couldn't fold the bench fixture: {message}"))
.color(PaintId::WHITE)
.wrap(true)
.overflow(TextOverflow::Wrap)
.pad(dp(16))
.add_strong(rsc)
.any();