From 1364101dea1207b4f59c71b2b0433f2a89aaff43 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 16 Oct 2025 02:39:32 -0600 Subject: [PATCH] Fix device list overflow margins --- Data/Server/WebUI/src/Devices/Device_List.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Server/WebUI/src/Devices/Device_List.jsx b/Data/Server/WebUI/src/Devices/Device_List.jsx index 8beae9b..6bf2d72 100644 --- a/Data/Server/WebUI/src/Devices/Device_List.jsx +++ b/Data/Server/WebUI/src/Devices/Device_List.jsx @@ -1063,7 +1063,7 @@ export default function DeviceList({ display: "flex", flexDirection: "column", flexGrow: 1, - width: "100%", + minWidth: 0, height: "100%", }} elevation={2}