Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/damiencaselli/paperback.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/css/paperback.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/paperback.css b/static/css/paperback.css
index 6a48e69..ec595bd 100644
--- a/static/css/paperback.css
+++ b/static/css/paperback.css
@@ -72,6 +72,12 @@ kbd, code, pre {
font-family: "Source Code Pro", monospace;
}
+pre {
+ max-width: 100%;
+ overflow: auto;
+ padding: .5rem 0;
+}
+
kbd {
padding: .125rem .25rem 0;
margin: 0;