iris: make span compaction explicit

This commit is contained in:
iris committed 2026-09-12 21:18:09 -04:00
1 parent 9097744a7c
commit 9fe6aca1f1
6 files changed
+100 -20

No files matched your search

+1 -1
View File
@@ -331,7 +331,7 @@ where
None => Span::empty(Dir::DOWN).add(rsc),
};
let widget = (header, column.width(rest(1)))
let widget = (header, column)
.span(Dir::DOWN)
.gap(dp(4))
.pad(dp(10))