From 7f585ff6ad3117eb491fe3dea8f9aa3a7a89f876 Mon Sep 17 00:00:00 2001
From: Benoit Lavenier <benoit.lavenier@e-is.pro>
Date: Thu, 17 Aug 2023 12:38:07 +0200
Subject: [PATCH] fix(about): Add a text wrap to see all developers (e.g.
 matograine)

---
 www/templates/modal_about.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/templates/modal_about.html b/www/templates/modal_about.html
index aeeaa69a..e775eb7e 100644
--- a/www/templates/modal_about.html
+++ b/www/templates/modal_about.html
@@ -61,7 +61,7 @@
       </ion-item>
 
       <!-- team -->
-      <ion-item class="item-icon-left">
+      <ion-item class="item-icon-left item-text-wrap">
         <i class="item-image icon ion-person-stalker"></i>
         {{'ABOUT.DEVELOPERS' | translate}}
         <h3>
-- 
GitLab