Commit 231beb92 authored by Chanon.u's avatar Chanon.u
Browse files

Edit css on manual response function

parent d47812f2
...@@ -136,11 +136,11 @@ ...@@ -136,11 +136,11 @@
</div> </div>
<div class="w-8/12 pl-5"> <div class="w-8/12 pl-5">
<div> <div>
<span class="block text-sm font-medium text-slate-700">Preview XML</span> <span class="block text-sm font-medium text-slate-700 mb-1.5">Preview XML</span>
</div> </div>
<div class="bg-gray-100 p-4 rounded-lg"> <div class="bg-gray-100 p-4 rounded-lg">
<!-- Highlight.js Code Block --> <!-- Highlight.js Code Block -->
<pre class="is-scrollbar-hidden max-h-96 overflow-auto rounded-lg" 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