From 0f32311f6eade86a6a4a5fa39223b569877c8b4f Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Tue, 4 Mar 2025 09:50:39 +1100 Subject: [PATCH] Wrap overflowing setting values Long strings were pushing the edit buttons out of view --- ui/v2.5/src/components/Settings/styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/v2.5/src/components/Settings/styles.scss b/ui/v2.5/src/components/Settings/styles.scss index db5c054e8..ed8242ce3 100644 --- a/ui/v2.5/src/components/Settings/styles.scss +++ b/ui/v2.5/src/components/Settings/styles.scss @@ -80,6 +80,7 @@ font-family: "Courier New", Courier, monospace; margin-bottom: 0.5rem; margin-top: 0.5rem; + overflow-wrap: anywhere; pre { max-height: 250px;