Merge pull request #2458 from MarcAbonce/hide-links-mobile2

Hide links panel in mobile screens
This commit is contained in:
Alexandre Flament 2021-01-12 08:27:24 +01:00 committed by GitHub
commit 8d0312d014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
</div>
{%- endif %}
<div class="panel panel-default">
<div class="panel panel-default hidden-xs">
<div class="panel-heading">{{- "" -}}
<h4 class="panel-title">{{ _('Links') }}</h4>{{- "" -}}
</div>