Skip to content

Commit adae230

Browse files
jeremydouglassgaocegege
authored andcommitted
style.css: fix width overflow
fix width overflow for long description text / long code lines
1 parent 6a9f474 commit adae230

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/css/style.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ Derived from code by Kevin Cannon, http://www.multiblah.com and
55
Florian Jenett, mail@florianjenett.de
66
Reworked by CR, 23 Sep 2011
77
Reworked by Jon Gacnik, 19 Feb 2013
8+
Width bugfix by Jeremy Douglass, 13 June 2017
89
910
Created: 2005.08.29 04:28PM
10-
x Last Modified: 2013.10.16 09:28AM
11-
1211
*/
1312

1413

@@ -582,8 +581,8 @@ tr.name-row { height: 60px; }
582581
td p { margin-top: 0; }
583582

584583
.example img { float: left; margin-right: 15px; margin-bottom: 15px; }
585-
.example { clear: both; margin-bottom: 15px; }
586-
.example pre.margin { margin-left: 115px; }
584+
.example { clear: both; margin-bottom: 15px; width:600px; }
585+
.example pre.margin { margin-left: 115px; overflow:scroll; }
587586
hr.noshade { height: 0px; color: #f1f1f1; border-color: #e0e0e0; margin: 30px 0 30px 0; clear: both; }
588587

589588
/*** ref index ***/

0 commit comments

Comments
 (0)