Redesign span layout around retained placement

This commit is contained in:
iris committed 2026-09-09 15:11:57 -04:00
1 parent 4b69f3cc6b
commit 992482414f
23 files changed
+426 -1005

No files matched your search

+1
View File
@@ -9,6 +9,7 @@ widget_trait! {
|state| Pad {
padding: padding.into(),
inner: self.add_strong(state),
exact_region: false,
}
}