From 7d95a32b01e59405a5e54d9ed44a98a77c7ec63f Mon Sep 17 00:00:00 2001 From: jdtoombs Date: Thu, 6 Mar 2025 15:36:11 -0800 Subject: [PATCH] fix overflowing tooltip --- frontend/src/app/css/App.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/app/css/App.scss b/frontend/src/app/css/App.scss index 0884ccda0..44f1a1340 100644 --- a/frontend/src/app/css/App.scss +++ b/frontend/src/app/css/App.scss @@ -391,6 +391,8 @@ button { .button-tooltip { max-width: 500px; opacity: 1; + white-space: normal; + overflow-wrap: break-word; } .center-horizontal-content {