mirror of https://github.com/itflow-org/itflow
Fixed Client Badge Tags not wrapping properly on client side nav
This commit is contained in:
parent
536e0df967
commit
8ff714fc6f
|
|
@ -13,10 +13,11 @@
|
|||
<p>Back</p> |
|
||||
<p><strong><?php echo $client_name; ?></strong></p>
|
||||
</a>
|
||||
<center>
|
||||
<?php echo $client_tags_display; ?>
|
||||
</center>
|
||||
</li>
|
||||
<div class="sidebar-custom">
|
||||
<center class="text-wrap"><?php echo $client_tags_display; ?></center>
|
||||
</div>
|
||||
|
||||
<li class="nav-header mt-3">CLIENT</li>
|
||||
|
||||
<li class="nav-item">
|
||||
|
|
|
|||
Loading…
Reference in New Issue