From a01c7cf2868f4803178d86be5541114fae0985bf Mon Sep 17 00:00:00 2001 From: M-Gabrielly Date: Thu, 4 Dec 2025 00:16:09 -0300 Subject: [PATCH] =?UTF-8?q?fix(doutores):=20Improved=20responsiveness=20to?= =?UTF-8?q?=20the=20'Detalhes=20do=20M=C3=A9dico'=20modal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/(main-routes)/doutores/page.tsx | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/susconecta/app/(main-routes)/doutores/page.tsx b/susconecta/app/(main-routes)/doutores/page.tsx index 72373f0..e2bc619 100644 --- a/susconecta/app/(main-routes)/doutores/page.tsx +++ b/susconecta/app/(main-routes)/doutores/page.tsx @@ -844,27 +844,27 @@ export default function DoutoresPage() {
-
- - {viewingDoctor?.full_name} +
+ + {viewingDoctor?.full_name}
-
- - +
+ + {viewingDoctor?.especialidade}
-
- - {viewingDoctor?.crm} +
+ + {viewingDoctor?.crm}
-
- - {viewingDoctor?.email} +
+ + {viewingDoctor?.email}
-
- - {viewingDoctor?.telefone} +
+ + {viewingDoctor?.telefone}