From dc633ea77d85143d2c956387825ffd165dd8180f Mon Sep 17 00:00:00 2001 From: MatMercer Date: Mon, 9 Jul 2018 22:30:31 -0300 Subject: [PATCH] Fix truncated text being difficult to select Related to Google Chrome browser --- .../truncatable-part/truncatable-part.component.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}