From e93e2825240b94667b809cba3e812158a2b30787 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 29 Nov 2022 08:00:18 +0100 Subject: [PATCH] Limit the size of the IP(v6) field in the user admin view Now it breaks only below 1280px width, instead of ~1500. Closes #1228 Signed-off-by: Thomas Citharel --- js/src/views/Admin/AdminUserProfile.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/src/views/Admin/AdminUserProfile.vue b/js/src/views/Admin/AdminUserProfile.vue index 984bed069..eeb46f0a1 100644 --- a/js/src/views/Admin/AdminUserProfile.vue +++ b/js/src/views/Admin/AdminUserProfile.vue @@ -36,7 +36,9 @@ v-if="type === 'ip'" class="py-4 px-2 whitespace-nowrap" > - {{ value }} + {{ + value + }}