diff --git a/src/app/shared/truncatable/truncatable-part/truncatable-part.component.scss b/src/app/shared/truncatable/truncatable-part/truncatable-part.component.scss index ac3641df39..133328fec1 100644 --- a/src/app/shared/truncatable/truncatable-part/truncatable-part.component.scss +++ b/src/app/shared/truncatable/truncatable-part/truncatable-part.component.scss @@ -23,6 +23,7 @@ max-width: 150px; height: $height; background: linear-gradient(to right, rgba(255, 255, 255, 0), $body-bg 70%); + pointer-events: none; } } } @@ -60,4 +61,4 @@ $h4-factor: strip-unit($h4-font-size); } } } -} \ No newline at end of file +}