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)}} - -