Skip to content
Snippets Groups Projects
Commit 8a5ec735 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Allow long RP names to wrap.

parent 9ca27e00
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment