Optimize space around the embedded PDF a little bit (references #25)

This commit is contained in:
Bernd Bestel 2018-10-03 18:04:46 +02:00
parent ebd24bf30e
commit 3b10906e78
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -71,7 +71,7 @@
<i class="fas fa-expand-arrows-alt"></i>
</a>
</div>
<div class="card-body">
<div class="card-body py-0 px-0">
<p id="selected-equipment-has-no-instruction-manual-hint" class="text-muted font-italic d-none">{{ $L('The selected equipment has no instruction manual') }}</p>
<embed id="selected-equipment-instruction-manual" class="embed-responsive embed-responsive-4by3" width="100%" height="800px" src="" type="application/pdf">
</div>