From 624839849fb5852a041344fbe0204936c1d5ac53 Mon Sep 17 00:00:00 2001 From: mathieu Date: Sat, 16 May 2026 22:43:55 +0200 Subject: [PATCH] fix(host-detail): restore flex-grow on app link to right-align remove button The (flex: 1) was replaced by an without that class, so the Remove button lost its right-alignment. Adding app-row__name to the restores the layout. Co-Authored-By: Claude Sonnet 4.6 --- src/client/host_detail.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/host_detail.rs b/src/client/host_detail.rs index 14e25b0..78e1e7e 100644 --- a/src/client/host_detail.rs +++ b/src/client/host_detail.rs @@ -385,7 +385,7 @@ pub fn HostDetailPage() -> impl IntoView { let app_id = app.id; view! {