Fix the issue where the width is too short. (#3522)

This commit is contained in:
ifengqi 2024-09-19 20:20:32 +08:00 committed by GitHub
parent d5017ff859
commit 4e7d353f44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -278,6 +278,7 @@ fn file_node_input_view(data: FileExplorerData, err: Option<String>) -> Containe
} else { } else {
container(text_input_view) container(text_input_view)
} }
.style(move |s| s.width_full())
} }
fn file_explorer_view( fn file_explorer_view(