From b8956c9602f08ccc388db1a60d551351844e318a Mon Sep 17 00:00:00 2001 From: mike76-dev Date: Sat, 27 Apr 2024 17:06:56 +0200 Subject: [PATCH] Minor UI improvement --- web/src/components/Hosts/Hosts.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/Hosts/Hosts.css b/web/src/components/Hosts/Hosts.css index 72c03c7..0042b80 100644 --- a/web/src/components/Hosts/Hosts.css +++ b/web/src/components/Hosts/Hosts.css @@ -8,7 +8,7 @@ .hosts-subcontainer { display: flex; flex-direction: column; - width: 70%; + flex-grow: 1; } .hosts-table-div {