From ce7e2e88015d70dc894c2a2f5863686f1e22e84a Mon Sep 17 00:00:00 2001 From: Mononaut Date: Sun, 15 Jan 2023 09:23:41 -0600 Subject: [PATCH] fix missing clipboard icons --- .../components/truncate/truncate.component.html | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/frontend/src/app/shared/components/truncate/truncate.component.html b/frontend/src/app/shared/components/truncate/truncate.component.html index c6dc17511..728f2e82a 100644 --- a/frontend/src/app/shared/components/truncate/truncate.component.html +++ b/frontend/src/app/shared/components/truncate/truncate.component.html @@ -1,12 +1,9 @@ - - {{text.slice(0,-lastChars)}} - {{text.slice(-lastChars)}} + + {{text.slice(0,-lastChars)}}{{text.slice(-lastChars)}} + + + {{text.slice(lastChars)}}{{text.slice(0,lastChars)}} + - - - {{text.slice(lastChars)}} - {{text.slice(0,lastChars)}} - -