all: fix formatting
diff --git a/webui/src/web-components/sketch-tool-card-browser-recent-console-logs.ts b/webui/src/web-components/sketch-tool-card-browser-recent-console-logs.ts
index 55d080d..8d1debb 100644
--- a/webui/src/web-components/sketch-tool-card-browser-recent-console-logs.ts
+++ b/webui/src/web-components/sketch-tool-card-browser-recent-console-logs.ts
@@ -16,7 +16,7 @@
color: #444;
word-break: break-all;
}
-
+
.limit-input {
font-family: monospace;
background: rgba(0, 0, 0, 0.05);
@@ -45,7 +45,10 @@
📜 Console logs (${limit})
</span>
<div slot="input">
- <div>Get recent console logs: <span class="limit-input">limit ${limit}</span></div>
+ <div>
+ Get recent console logs:
+ <span class="limit-input">limit ${limit}</span>
+ </div>
</div>
<div slot="result">
${this.toolCall?.result_message?.tool_result