From 7d0075c230f262e87633c105cd83e7e8f5a78b58 Mon Sep 17 00:00:00 2001 From: Tam Nguyen Date: Tue, 13 May 2025 15:43:52 +1000 Subject: [PATCH] fix(ui): domain responsiveness with screen width --- .../application/domains/show-domains.tsx | 37 +++++++++---------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/apps/dokploy/components/dashboard/application/domains/show-domains.tsx b/apps/dokploy/components/dashboard/application/domains/show-domains.tsx index f4e6857d..06fa5743 100644 --- a/apps/dokploy/components/dashboard/application/domains/show-domains.tsx +++ b/apps/dokploy/components/dashboard/application/domains/show-domains.tsx @@ -191,25 +191,14 @@ export const ShowDomains = ({ id, type }: Props) => {
{/* Service & Domain Info */} -
-
- {item.serviceName && ( - - - {item.serviceName} - - )} - - - {item.host} - - -
-
+
+ {item.serviceName && ( + + + {item.serviceName} + + )} +
{!item.host.includes("traefik.me") && ( {
+
+ + {item.host} + + +
{/* Domain Details */}