mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
Add padding in tool output pane (#7802)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user