From 208b06d9cb8e560dfcb103a4127c96f308022b1d Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Tue, 30 Jan 2024 16:36:21 +0100 Subject: [PATCH] :sparkle: Allow select text on debug shape info panel --- frontend/src/app/main/ui/workspace/sidebar/debug_shape_info.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/main/ui/workspace/sidebar/debug_shape_info.scss b/frontend/src/app/main/ui/workspace/sidebar/debug_shape_info.scss index 59c2e3fc6..827c10938 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/debug_shape_info.scss +++ b/frontend/src/app/main/ui/workspace/sidebar/debug_shape_info.scss @@ -12,6 +12,7 @@ background-color: var(--panel-background-color); color: white; font-size: $fs-12; + user-select: text; } .shape-info-title {