Ticket 1071 - Set overflow:auto for long non-breaking strings. This is

the most cross-browser safe method unless the string is broken into
chunks at the time of output from backend.
This commit is contained in:
Sarven Capadisli 2009-02-01 19:06:08 +00:00
parent b363233c2d
commit 804dc7cdb9
1 changed files with 1 additions and 0 deletions

View File

@ -790,6 +790,7 @@ text-decoration:underline;
.notice .entry-title {
float:left;
width:100%;
overflow:auto;
}
#shownotice .notice .entry-title {
font-size:2.2em;