diff --git a/internal_packages/phishing-detection/lib/main.jsx b/internal_packages/phishing-detection/lib/main.jsx
index fea594908..f23da5695 100644
--- a/internal_packages/phishing-detection/lib/main.jsx
+++ b/internal_packages/phishing-detection/lib/main.jsx
@@ -54,7 +54,7 @@ class PhishingIndicator extends React.Component {
return (
This message looks suspicious!
-
{`It originates from ${from} but replies will go to ${replyTo}.`}
+
{`It originates from ${from} but replies will go to ${replyTo}.`}
);
}
diff --git a/internal_packages/phishing-detection/stylesheets/phishing.less b/internal_packages/phishing-detection/stylesheets/phishing.less
index 89bbc73b9..0b6a2d9f8 100644
--- a/internal_packages/phishing-detection/stylesheets/phishing.less
+++ b/internal_packages/phishing-detection/stylesheets/phishing.less
@@ -10,5 +10,9 @@
background-color: rgb(242, 222, 222);
white-space: nowrap;
overflow: hidden;
+}
+
+.phishingIndicator .description {
+ overflow: hidden;
text-overflow: ellipsis;
}