From a88210def8ec85b542dfd45a60203767ab58e96e Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Sun, 21 Feb 2016 13:21:22 +0000 Subject: [PATCH] Word wrap for code sections --- resources/pinout.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/pinout.css b/resources/pinout.css index 071311d..b9f5c0a 100644 --- a/resources/pinout.css +++ b/resources/pinout.css @@ -11,6 +11,9 @@ table * {text-align:left;font-size:13px;} table.pin-functions {width:100%;} table.pin-functions td {width:16.6666%;} +.prettyprint { + word-wrap:break-word; +} .logo { width:250px;