Skip to content

Commit

Permalink
Help control: Prevent content to be rendered when page loads
Browse files Browse the repository at this point in the history
  • Loading branch information
maurofmferrao committed Nov 12, 2024
1 parent 9050946 commit 483b17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/authed.twig
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
{% if helpLinks|length > 0 %}
{# Hide in mobile view (sm/<768px) #}
<div id="help-pane" class="d-none d-md-block help-pane">
<div class="card help-pane-card border-dark">
<div class="card help-pane-card border-dark" style="display: none;">
<div class="card-header">{{ "Help"|trans }} <i class="close-icon fa fa-times"></i></div>
<ul class="list-group list-group-flush">
{% for link in helpLinks %}
Expand Down

0 comments on commit 483b17c

Please sign in to comment.