| commit | ec3ad1a7798b0dc1d17d363c91680b7828d7fce2 | [log] [tgz] |
|---|---|---|
| author | Sean McCullough <banksean@gmail.com> | Fri Apr 18 13:55:16 2025 -0700 |
| committer | Sean McCullough <banksean@gmail.com> | Fri Apr 18 23:51:21 2025 -0700 |
| tree | 1f48c26d0808f951a2c9487796709a5eb09f2f80 | |
| parent | 71941bdfa1156b748072e2dfe61c714d3ed02913 [diff] [blame] |
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; +}