Skip to content

Commit

Permalink
hide nav column on print
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Jun 16, 2022
1 parent 8f55edc commit 0716784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/licence-search.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

<div class="is-block-print" id="container--searchResults" aria-label="<%= configFunctions.getProperty("settings.licenceAlias") %> Search Results"></div>
</div>
<div class="column is-3">
<div class="column is-3 is-hidden-print">
<%- include('_menu-licences'); -%>
</div>
</div>
Expand Down

0 comments on commit 0716784

Please sign in to comment.