pixel-cookers / redmine-theme

A nice, dark and blue theme for Redmine.
http://pixel-cookers.github.io/redmine-theme/
MIT License
118 stars 58 forks source link

Formatting of the "code" tag is broken #19

Closed null12 closed 11 years ago

null12 commented 11 years ago

Multiline content within the <code> tag like

<code>
line 1
line 2
</code>

is displayed as single line

line 1 line 2

because of

code {
....
      white-space: nowrap;
    }

in the CSS.

lmeyer commented 11 years ago

Forgot to push...

The fix is in current master.