From 2c02716bc4d0968cbab1736fdf47fdfe47bb2c48 2013-06-18 22:27:24 From: Damián Avila Date: 2013-06-18 22:27:24 Subject: [PATCH] Just fixing a css property. This fix a css bug when you use larger fonts. --- diff --git a/nbconvert/templates/reveal.tpl b/nbconvert/templates/reveal.tpl index 27228d3..990a563 100644 --- a/nbconvert/templates/reveal.tpl +++ b/nbconvert/templates/reveal.tpl @@ -41,7 +41,7 @@ overflow-y: auto; overflow-x: hidden; } .reveal pre { -width: 98%; +width: 95%; padding: 0.4em; margin: 0px; font-family: monospace, sans-serif;