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}