Skip to content

Commit

Permalink
remove max-height from debug logo
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddleSpl0it committed Oct 12, 2022
1 parent 90eb0ea commit a9046d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/web/templates/debug.twig
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<div class="card-body">
<div class="row">
<div class="col-sm-12 col-md-4 d-flex flex-column">
<img class="img-responsive my-auto" alt="mailcow-logo" src="{{ logo|default('/img/cow_mailcow.svg') }}" style="max-height: 200px;">
<img class="img-responsive my-auto" alt="mailcow-logo" src="{{ logo|default('/img/cow_mailcow.svg') }}">
</div>
<div class="col-sm-12 col-md-8">
<div class="table-responsive" style="margin-top: 10px;">
Expand Down

0 comments on commit a9046d8

Please sign in to comment.