Bug 777565 - Don't overflow pre/code elements in reader, wrap them (r=bnicholson)

This commit is contained in:
Lucas Rocha 2012-08-14 15:51:10 -04:00
parent 23ce62fbf6
commit 1fbab24ea7

View File

@ -130,7 +130,7 @@ body {
}
.content pre {
overflow: scroll !important;
white-space: pre-wrap !important;
}
.content blockquote {