Skip to content

Commit 532187e

Browse files
aborrusoclaude
andcommitted
website: fix URL wrapping on mobile with whitespace-pre-wrap
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 33e0897 commit 532187e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ const baseUrl = '/ckan-mcp-server';
292292
<h3 class="display-font text-2xl font-semibold text-white mb-2">No Install — Use the Hosted Endpoint</h3>
293293
<p class="text-blue-100 mb-5">Just point your MCP client at this URL — nothing to install:</p>
294294
<div class="bg-navy p-4 overflow-x-auto border-l-4 border-white border-opacity-30">
295-
<pre class="mono text-sm text-gray-100 leading-relaxed break-all">https://ckan-mcp-server.andy-pr.workers.dev/mcp</pre>
295+
<pre class="mono text-sm text-gray-100 leading-relaxed whitespace-pre-wrap break-all">https://ckan-mcp-server.andy-pr.workers.dev/mcp</pre>
296296
</div>
297297
<p class="mono text-xs text-blue-200 mt-3">100,000 requests/day shared quota · Free · Works with any MCP client</p>
298298
</div>

0 commit comments

Comments
 (0)