From 60e7e8bd09e6fda674fedf30ebece585ce1dbea3 Mon Sep 17 00:00:00 2001 From: Hawk Ticehurst Date: Sat, 13 Jan 2024 14:40:42 -0800 Subject: [PATCH] Fix cut off list items in demo-server-info panel --- www/templates/shortcodes/demoenv.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/templates/shortcodes/demoenv.html b/www/templates/shortcodes/demoenv.html index 8995b06d4..de15050a7 100644 --- a/www/templates/shortcodes/demoenv.html +++ b/www/templates/shortcodes/demoenv.html @@ -25,6 +25,10 @@ vertical-align: top } + #demo-activity ol li { + list-style-position: inside; + } + #demo-canvas { margin-bottom: 500px; padding-top: 12px;