Website: update queries page styles (#23489)

Changes:
- Updated the class on the query code blocks on the query details page
to make sure they have SQL syntax highlighting.
 - Updated the query details page stylesheet.
This commit is contained in:
Eric 2024-11-04 11:09:45 -06:00 committed by GitHub
parent f623eed47b
commit 9a0ab0b2af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -159,6 +159,7 @@
[purpose='policy-details'] {
padding-right: 64px;
max-width: 800px;
width: 100%;
}
[purpose='policy-check'] {
padding-bottom: 24px;

View file

@ -45,7 +45,7 @@
<p>Use the policy below to verify</p>
<div purpose="codeblock">
<div purpose="copy-button"></div>
<pre><code><%- query.query %></code></pre>
<pre><code class="hljs sql"><%- query.query %></code></pre>
</div>
</div>
</div>