Add padding in tool output pane (#7802)

This commit is contained in:
narpfel
2025-06-12 22:29:42 +02:00
committed by GitHub
parent 08b9ed2c73
commit 93e31a50e1

View File

@@ -22,5 +22,5 @@
input.options.form-control(type="text" placeholder="Tool arguments..." size="256" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false")
.top-bar.btn-toolbar.bg-light.panel-stdin.d-none(role="toolbar")
textarea.tool-stdin.form-control(placeholder="Tool stdin..." cols="1024" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" aria-multiline="false" style="resize: vertical")
pre.content
pre.content.output-content
.monaco-placeholder