From 2dab196f68b0b72b155c0e63b9234db9cfd971bd Mon Sep 17 00:00:00 2001 From: Floyd Wang Date: Thu, 31 Oct 2024 10:35:37 +0800 Subject: [PATCH] button: Add `flex_shrink_0` to the base (#383) If you want the button to be flexible, add `flex_shrink`. --- crates/ui/src/button.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ui/src/button.rs b/crates/ui/src/button.rs index ab5e94ae..647bcffa 100644 --- a/crates/ui/src/button.rs +++ b/crates/ui/src/button.rs @@ -175,7 +175,7 @@ impl From