mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 00:50:29 +00:00
make interface cards be of 100% height
This commit is contained in:
parent
779bce7cc8
commit
d1382cbabf
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
<?php foreach ($interfaces as $if): ?>
|
||||
<?php $if_quoted = htmlspecialchars($if, ENT_QUOTES) ?>
|
||||
<div class="col-md-6 mb-3">
|
||||
<div class="card">
|
||||
<div class="card h-100">
|
||||
<div class="card-header"><?php echo $if_quoted ?></div>
|
||||
<div class="card-body">
|
||||
<pre class="unstyled" id="<?php echo $if_quoted ?>-summary"></pre>
|
||||
|
|
Loading…
Reference in a new issue