Skip to content

Commit

Permalink
Merge pull request #1357 from evidence-dev/reduce-queryviewer-font-size
Browse files Browse the repository at this point in the history
reduce queryviewer font size
  • Loading branch information
ItsMeBrianD authored Nov 29, 2023
2 parents 8901da2 + a72c304 commit d64a9ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sour-olives-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@evidence-dev/core-components': patch
---

Reduce font size in queryviewer
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
export let code = '';
</script>

<pre class="text-sm max-h-56 overflow-auto">
<pre class="text-xs max-h-56 overflow-auto">
<code class="language-sql">{@html Prism.highlight(code, prism_sql)}</code>
</pre>

Expand Down

0 comments on commit d64a9ef

Please sign in to comment.