styling pre not to overflow

This commit is contained in:
Frédéric Péters 2005-05-21 06:20:06 +00:00
parent d8b6b224d3
commit e37585e783
1 changed files with 4 additions and 0 deletions

View File

@ -258,3 +258,7 @@ div.FieldWidget br {
display: none;
}
pre {
overflow: scroll;
}