diff --git a/src/components/profile/profile-viewer.tsx b/src/components/profile/profile-viewer.tsx
index 079ca1fb2cf48cb2503defcdcdaa14f347a0b2cf..a368c2e040f55cc117b023f9a6225a469c30bedf 100644
--- a/src/components/profile/profile-viewer.tsx
+++ b/src/components/profile/profile-viewer.tsx
@@ -188,7 +188,12 @@ export const ProfileViewer = forwardRef<ProfileViewerRef, Props>(
               name="url"
               control={control}
               render={({ field }) => (
-                <TextField {...text} {...field} label={t("Subscription URL")} />
+                <TextField
+                  {...text}
+                  {...field}
+                  multiline
+                  label={t("Subscription URL")}
+                />
               )}
             />