From 513dcaee07965cebeddf8647d60af77e460faf2f Mon Sep 17 00:00:00 2001 From: DianaXWiki Date: Thu, 27 Nov 2025 15:32:56 +0200 Subject: [PATCH] Fix resizing of icon inside button --- www/profile/app-profile.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/profile/app-profile.less b/www/profile/app-profile.less index 41d7d47ee..236b6c51b 100644 --- a/www/profile/app-profile.less +++ b/www/profile/app-profile.less @@ -187,6 +187,9 @@ flex: 0; white-space: normal; margin-top: 10px; + svg { + min-width: @variables_icon_width; + } } .cp-app-profile-friend-request.btn-success { margin-right: 0.5rem;