From: Christian Weiske Date: Thu, 2 Jul 2015 09:35:05 +0000 (+0200) Subject: we need auto width for pre tags in embed X-Git-Tag: v0.6.0~12 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/53507fd517e8e14bc78436c31a9c1b14f34a9ef4 we need auto width for pre tags in embed --- diff --git a/www/css/embed.css b/www/css/embed.css index 11839a9..cf8d64a 100644 --- a/www/css/embed.css +++ b/www/css/embed.css @@ -23,6 +23,7 @@ font: normal normal 1em/1.2em monospace; padding: 0px; margin: 0px; + width: auto; } .phork-file .code .ln pre { margin-right: 1ex;