From 53507fd517e8e14bc78436c31a9c1b14f34a9ef4 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 2 Jul 2015 11:35:05 +0200 Subject: [PATCH] we need auto width for pre tags in embed --- www/css/embed.css | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2