mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Merge pull request #550 from thenetexperts/master
better readability when using text inside <pre> tag in motd html
This commit is contained in:
commit
cc93ddb306
@ -99,6 +99,11 @@ em {
|
||||
code, pre {
|
||||
font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
|
||||
background-color: #fcf6db;
|
||||
white-space: pre-wrap;
|
||||
white-space: -moz-pre-wrap;
|
||||
white-space: -pre-wrap;
|
||||
white-space: -o-pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
p code {
|
||||
|
Loading…
x
Reference in New Issue
Block a user