mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 13:06:01 +00:00
scroll in xml cell data view
This commit is contained in:
@@ -24,19 +24,13 @@
|
||||
</script>
|
||||
|
||||
{#key formattedCode}
|
||||
<pre><code bind:this={codeBlock}>{formattedCode}</code></pre>
|
||||
<pre bind:this={codeBlock}>{formattedCode}</pre>
|
||||
{/key}
|
||||
|
||||
<style>
|
||||
pre {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
code {
|
||||
display: block;
|
||||
padding: 0.5em;
|
||||
overflow-x: auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user