Commit 239e3c7d authored by Chanon.u's avatar Chanon.u
Browse files

Change style for preview xml 2

parent 0d70bda9
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
</div> </div>
<div class="bg-white p-2 rounded-lg"> <div class="bg-white p-2 rounded-lg">
<!-- Highlight.js Code Block --> <!-- Highlight.js Code Block -->
<pre class="is-scrollbar-hidden max-h-96 overflow-auto rounded-lg p-3" x-data x-init="hljs.highlightElement($el);"><code class="xml">{{ $xmlContent }}</code></pre> <pre class="is-scrollbar-hidden max-h-96 overflow-auto rounded-lg p-2" x-data x-init="hljs.highlightElement($el);"><code class="xml">{{ $xmlContent }}</code></pre>
</div> </div>
<div class="flex justify-center items-center pt-1"> <div class="flex justify-center items-center pt-1">
<button <button
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment