diff --git a/resources/static/dialog/css/style.css b/resources/static/dialog/css/style.css
index 73ac003f88f24409936312ae92b2204f1c7ac33c..d89ab0478730c3b819073d27ced59e2da033484d 100644
--- a/resources/static/dialog/css/style.css
+++ b/resources/static/dialog/css/style.css
@@ -303,10 +303,7 @@ section > .contents {
 }
 
 #favicon h2, #favicon h3 {
-    white-space: nowrap;
-    text-overflow: ellipsis;
-    line-height: 1.3em;  /* the 1.3em is to keep y, g, j, etc from having their bottoms chopped off */
-    overflow: hidden;    /* Use the same overflow for everything, this allows us to show the ellipsis.  Trying to set overflow-x only causes a scroll bar to be shown in firefox.  */
+    line-height: 1.2em;
     margin: 10px 0 0 0;
 }