Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Fixed text overflow of <pre /> (bug 568289)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlr authored and James Socol committed Jun 8, 2010
1 parent d460b69 commit e291839
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions media/css/forums.css
Expand Up @@ -308,6 +308,7 @@ ol.posts li div.content pre {
background-color: #e6eaec;
margin: 1em 0;
padding: 0.5em;
white-space: pre-wrap;
}

ol.posts li div.content a:hover {
Expand Down
5 changes: 5 additions & 0 deletions media/css/ie.css
Expand Up @@ -13,3 +13,8 @@
#content-inner {
width:679px;
}

ol.posts li div.content pre {
white-space: pre;
word-wrap: break-word;
}

0 comments on commit e291839

Please sign in to comment.