aboutsummaryrefslogtreecommitdiff
path: root/www/css/embed.css
diff options
context:
space:
mode:
authorChristian Weiske <christian.weiske@netresearch.de>2015-07-02 11:35:05 +0200
committerChristian Weiske <christian.weiske@netresearch.de>2015-07-02 11:35:05 +0200
commit53507fd517e8e14bc78436c31a9c1b14f34a9ef4 (patch)
tree3082b4714fdad0c4fc623f3a303ece2dff628786 /www/css/embed.css
parentba406cb340bcbfc88f465a3cefd416cdda95fd43 (diff)
downloadphorkie-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.css1
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;