all: fix formatting
diff --git a/webui/src/web-components/sketch-tool-card-browser-resize.ts b/webui/src/web-components/sketch-tool-card-browser-resize.ts
index 0d04091..2d9fde9 100644
--- a/webui/src/web-components/sketch-tool-card-browser-resize.ts
+++ b/webui/src/web-components/sketch-tool-card-browser-resize.ts
@@ -16,7 +16,7 @@
color: #444;
word-break: break-all;
}
-
+
.size-input {
font-family: monospace;
background: rgba(0, 0, 0, 0.05);
@@ -43,11 +43,11 @@
return html`
<sketch-tool-card .open=${this.open} .toolCall=${this.toolCall}>
- <span slot="summary" class="summary-text">
- 🖼️ ${width}x${height}
- </span>
+ <span slot="summary" class="summary-text"> 🖼️ ${width}x${height} </span>
<div slot="input">
- <div>Resize to: <span class="size-input">${width}x${height}</span></div>
+ <div>
+ Resize to: <span class="size-input">${width}x${height}</span>
+ </div>
</div>
<div slot="result">
${this.toolCall?.result_message?.tool_result