Commit 0d70bda9 authored by Chanon.u's avatar Chanon.u
Browse files

Change style for preview xml

parent deeb5f31
...@@ -138,9 +138,9 @@ ...@@ -138,9 +138,9 @@
<div> <div>
<span class="block text-sm font-medium text-slate-700 mb-1.5">Preview XML</span> <span class="block text-sm font-medium text-slate-700 mb-1.5">Preview XML</span>
</div> </div>
<div class="bg-white p-4 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-2" 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-3" 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