From 4ce0497048869f4e38168c15531cb5e898282ad9 Mon Sep 17 00:00:00 2001 From: softsimon Date: Thu, 21 Mar 2024 14:05:44 +0900 Subject: [PATCH] Improve select truncated strings --- .../src/app/shared/components/truncate/truncate.component.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/app/shared/components/truncate/truncate.component.scss b/frontend/src/app/shared/components/truncate/truncate.component.scss index 6f106a934..57f92f719 100644 --- a/frontend/src/app/shared/components/truncate/truncate.component.scss +++ b/frontend/src/app/shared/components/truncate/truncate.component.scss @@ -18,11 +18,13 @@ flex-shrink: 1; overflow: hidden; text-overflow: ellipsis; + user-select: none; } .last-four { flex-shrink: 0; flex-grow: 0; + user-select: none; } &.inline {