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 {