mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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:
parent
f623eed47b
commit
9a0ab0b2af
2 changed files with 2 additions and 1 deletions
|
|
@ -159,6 +159,7 @@
|
|||
[purpose='policy-details'] {
|
||||
padding-right: 64px;
|
||||
max-width: 800px;
|
||||
width: 100%;
|
||||
}
|
||||
[purpose='policy-check'] {
|
||||
padding-bottom: 24px;
|
||||
|
|
|
|||
2
website/views/pages/query-detail.ejs
vendored
2
website/views/pages/query-detail.ejs
vendored
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue