mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
fixes footer space when customized
This commit is contained in:
parent
1a7201d3d9
commit
42f198ffed
|
@ -851,7 +851,11 @@
|
||||||
|
|
||||||
</div><!-- /.content-wrapper -->
|
</div><!-- /.content-wrapper -->
|
||||||
|
|
||||||
|
@if($snipeSettings->footer_text!='')
|
||||||
|
<footer class="main-footer hidden-print" style="height:100px;">
|
||||||
|
@else
|
||||||
<footer class="main-footer hidden-print">
|
<footer class="main-footer hidden-print">
|
||||||
|
@endif
|
||||||
|
|
||||||
<div class="pull-right hidden-xs">
|
<div class="pull-right hidden-xs">
|
||||||
@if ($snipeSettings->version_footer!='off')
|
@if ($snipeSettings->version_footer!='off')
|
||||||
|
|
Loading…
Reference in a new issue