mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-06 22:16:34 +02:00
style: Improve render of example code
This commit is contained in:
@@ -139,6 +139,11 @@ pre{
|
||||
|
||||
pre{
|
||||
padding: 5px 10px;
|
||||
white-space: pre-wrap;
|
||||
white-space: -moz-pre-wrap;
|
||||
white-space: -pre-wrap;
|
||||
white-space: -o-pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user