webui: split sketch-tool-card into per-tool cards
diff --git a/loop/webui/src/web-components/demo/demo.css b/loop/webui/src/web-components/demo/demo.css
index 11164a1..08e02a2 100644
--- a/loop/webui/src/web-components/demo/demo.css
+++ b/loop/webui/src/web-components/demo/demo.css
@@ -12,3 +12,7 @@
   color: #333;
   line-height: 1.4; /* Reduced line height for more compact text */
 }
+
+pre {
+  white-space: normal;
+}