From f256e8ea0260566577a2859b820af33023ee7de3 Mon Sep 17 00:00:00 2001 From: firestar5683 <168790843+firestar5683@users.noreply.github.com> Date: Fri, 27 Mar 2026 19:15:48 -0500 Subject: [PATCH] galaxy lost labels --- .../system/the_pond/assets/components/tools/device_settings.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starpilot/system/the_pond/assets/components/tools/device_settings.css b/starpilot/system/the_pond/assets/components/tools/device_settings.css index df689f37..ca86d1b3 100644 --- a/starpilot/system/the_pond/assets/components/tools/device_settings.css +++ b/starpilot/system/the_pond/assets/components/tools/device_settings.css @@ -142,7 +142,7 @@ } .ds-section-body { - max-height: 5000px; + max-height: 100000px; overflow: hidden; transition: max-height 0.3s ease-in-out; }