diff --git a/resources/static/dialog/css/style.css b/resources/static/dialog/css/style.css index 9543dd9dfe6f496631798773fcec0fde7058fcfe..7f3b85fd77e1162d494adc22335d2ccea208451b 100644 --- a/resources/static/dialog/css/style.css +++ b/resources/static/dialog/css/style.css @@ -304,10 +304,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; }