Commit: a07da26ebe06eaef046418a8714abdd11101f7e1 Author: Levi Morrison <[email protected]> Fri, 9 May 2014 13:06:44 -0600 Parents: b5f99611860befa333122827d2b0550a56fb89c9 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=a07da26ebe06eaef046418a8714abdd11101f7e1 Log: Allow code snippets to wrap Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 41d0154..d4cbdb9 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -286,6 +286,7 @@ pre.info, .docs .classsynopsis, .docs .classsynopsis code { font: normal 0.875rem/1.5rem "Source Code Pro", monospace; + word-wrap: break-word; } p code, li code, -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
