From ee078f1a8b5d7bcefc6c5e77a7e79dcac9ba4b27 Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Thu, 5 Feb 2026 17:58:00 +0700 Subject: [PATCH] Update files --- packages/app/src/app/settings.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/app/src/app/settings.tsx b/packages/app/src/app/settings.tsx index 4ed657caf..d87d402c6 100644 --- a/packages/app/src/app/settings.tsx +++ b/packages/app/src/app/settings.tsx @@ -114,17 +114,20 @@ const styles = StyleSheet.create((theme) => ({ hostHeaderRow: { flexDirection: "row", alignItems: "center", - justifyContent: "space-between", + gap: theme.spacing[3], }, hostHeaderRight: { flexDirection: "row", alignItems: "center", gap: theme.spacing[2], + flexShrink: 0, }, hostLabel: { color: theme.colors.foreground, fontSize: theme.fontSize.base, fontWeight: theme.fontWeight.normal, + flex: 1, + flexShrink: 1, }, hostError: { color: theme.colors.palette.red[300], @@ -1055,7 +1058,7 @@ function DaemonCard({ - {daemon.label} + {daemon.label}