Width of pre blocks in descriptions changed to auto (#5160).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3615 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2010-03-27 13:10:22 +00:00
parent 43a5febf61
commit 883e7b1b94
1 changed files with 1 additions and 1 deletions

View File

@ -665,7 +665,7 @@ div.wiki pre {
padding: 2px 2px 2px 0;
background-color: #fafafa;
border: 1px solid #dadada;
width:95%;
width:auto;
overflow-x: auto;
}