diff --git a/Passepartout/Library/Sources/AppUI/Views/UI/InstalledProfileView.swift b/Passepartout/Library/Sources/AppUI/Views/UI/InstalledProfileView.swift index fde16e26..c7d729a0 100644 --- a/Passepartout/Library/Sources/AppUI/Views/UI/InstalledProfileView.swift +++ b/Passepartout/Library/Sources/AppUI/Views/UI/InstalledProfileView.swift @@ -91,7 +91,6 @@ private extension InstalledProfileView { var nameView: some View { Text(profile?.name ?? Strings.Views.Profiles.Rows.notInstalled) - .fixedSize() .font(.title2) .fontWeight(theme.relevantWeight) .themeTruncating(.tail)