From 8a5ec7356cb0e787bf22018d6fe4bdab73d2cff7 Mon Sep 17 00:00:00 2001 From: Shane Tomlinson <stomlinson@mozilla.com> Date: Fri, 27 Jul 2012 16:18:52 +0100 Subject: [PATCH] Allow long RP names to wrap. --- resources/static/dialog/css/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/resources/static/dialog/css/style.css b/resources/static/dialog/css/style.css index 9543dd9df..7f3b85fd7 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; } -- GitLab