some min-width for code blocks
authorMichael Wallner <mike@php.net>
Tue, 14 Oct 2014 16:25:32 +0000 (18:25 +0200)
committerMichael Wallner <mike@php.net>
Tue, 14 Oct 2014 16:25:32 +0000 (18:25 +0200)
public/index.css

index 6fc3a88ff536786d885165248f026665c53e1ccf..69808974fa57c17eb00707c9ddd5e1e54bb5895c 100644 (file)
@@ -71,6 +71,7 @@ code code {
 
 pre>code {
        padding: 1em;
+       min-width: 50%;
 }
 pre>code, pre>code code {
        background: #333;