Skip to content
Snippets Groups Projects
Commit 07420270 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Remove hiding of print button on mobile devices

parent 69fda47f
Branches engs-4.0
No related tags found
Loading
Checking pipeline status
......@@ -35,9 +35,8 @@
</h5>
{% endif %}
</div>
{# Show print button only if not on mobile #}
<div class="col s4 m6 l4 xl3 right align-right no-print">
<a class="waves-effect waves-teal btn-flat btn-flat-medium right hide-on-small-and-down" id="print">
<a class="waves-effect waves-teal btn-flat btn-flat-medium right" id="print">
<i class="material-icons center">print</i>
</a>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment