mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
fix card-header content items alignments and heading text wrap
This commit is contained in:
parent
ba438faaa2
commit
c832b46e4f
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
<div class="col-lg-12">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<div class="row">
|
||||
<div class="row align-items-center">
|
||||
<div class="col">
|
||||
<i class="fas fa-wifi mr-2"></i><?php echo _("WiFi client"); ?>
|
||||
</div>
|
||||
|
@ -18,7 +18,7 @@
|
|||
<?php $status->showMessages(); ?>
|
||||
<div class="row align-items-center">
|
||||
<div class="col">
|
||||
<h4 class="m-0"><?php echo _("Client settings"); ?></h4>
|
||||
<h4 class="m-0 text-nowrap"><?php echo _("Client settings"); ?></h4>
|
||||
</div>
|
||||
<div class="col">
|
||||
<button type="button" class="btn btn-info float-right js-reload-wifi-stations"><?php echo _("Rescan"); ?></button>
|
||||
|
|
Loading…
Reference in a new issue