1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-24 03:54:42 +04:00

highlight editor fix

This commit is contained in:
codecalm
2020-04-20 22:00:09 +02:00
parent 6c0950638f
commit 0ef2d2f545
+1 -1
View File
@@ -15,7 +15,7 @@
{% include ui/icon.html svg-icon=first-icon-svg %}
</div>
<h2 class="mt-2" data-icon-preview-title>{{ first-icon-name }}</h2>
<pre class="user-select-all" style="max-height: 10rem"><code data-icon-preview-code>{{ first-icon-svg | escape }}</code></pre>
<pre class="highlight user-select-all" style="max-height: 10rem"><code data-icon-preview-code>{{ first-icon-svg | escape }}</code></pre>
</div>
</div>
<div class="col">