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:
parent
b363233c2d
commit
804dc7cdb9
|
@ -790,6 +790,7 @@ text-decoration:underline;
|
||||||
.notice .entry-title {
|
.notice .entry-title {
|
||||||
float:left;
|
float:left;
|
||||||
width:100%;
|
width:100%;
|
||||||
|
overflow:auto;
|
||||||
}
|
}
|
||||||
#shownotice .notice .entry-title {
|
#shownotice .notice .entry-title {
|
||||||
font-size:2.2em;
|
font-size:2.2em;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user