summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/static/styles.css b/static/styles.css
index 5ea8a95..768aba7 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -20,7 +20,7 @@ ul {
}
pre {
- white-space: pre-wrap;
+ /* white-space: pre-wrap; */
}
details[open=""] {
@@ -51,6 +51,13 @@ code {
max-height: 200px;
max-width: 300px;
min-height: 150px;
- /* width: 48%; */
- /* height: auto; */
+}
+
+.demo {
+ border: 1px dotted grey;
+ display: inline-block;
+ padding: 20px;
+ overflow-x: scroll;
+ width: 100%;
+ box-sizing: border-box;
}