Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sarun Mungthanya
SpnPatch-Laravel
Commits
0d70bda9
Commit
0d70bda9
authored
Dec 03, 2024
by
Chanon.u
Browse files
Change style for preview xml
parent
deeb5f31
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/livewire/pages/manual-response/manual-response-index.blade.php
View file @
0d70bda9
...
...
@@ -138,9 +138,9 @@
<div>
<span
class=
"block text-sm font-medium text-slate-700 mb-1.5"
>
Preview XML
</span>
</div>
<div
class=
"bg-white p-
4
rounded-lg"
>
<div
class=
"bg-white p-
2
rounded-lg"
>
<!-- 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
class=
"flex justify-center items-center pt-1"
>
<button
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment