diff options
| author | Christian Weiske <christian.weiske@netresearch.de> | 2015-07-02 11:35:05 +0200 |
|---|---|---|
| committer | Christian Weiske <christian.weiske@netresearch.de> | 2015-07-02 11:35:05 +0200 |
| commit | 53507fd517e8e14bc78436c31a9c1b14f34a9ef4 (patch) | |
| tree | 3082b4714fdad0c4fc623f3a303ece2dff628786 /www/css/embed.css | |
| parent | ba406cb340bcbfc88f465a3cefd416cdda95fd43 (diff) | |
| download | phorkie-53507fd517e8e14bc78436c31a9c1b14f34a9ef4.tar.gz phorkie-53507fd517e8e14bc78436c31a9c1b14f34a9ef4.zip | |
we need auto width for pre tags in embed
Diffstat (limited to 'www/css/embed.css')
| -rw-r--r-- | www/css/embed.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
