Fix Main, user account, reports and admin side nav bars to prevent text overflow when collapsed now only show back button when collapsed

This commit is contained in:
johnnyq
2024-09-18 17:52:19 -04:00
parent 5f46536a85
commit 4dd24531cb
5 changed files with 25 additions and 14 deletions

View File

@@ -1,8 +1,8 @@
<!-- Main Sidebar Container -->
<aside class="main-sidebar sidebar-dark-<?php echo nullable_htmlentities($config_theme); ?> d-print-none">
<div class="brand-link">
<h3 class="brand-text text-light mb-0"><?php echo nullable_htmlentities($session_company_name); ?></h3>
<div class="brand-link brand-text">
<h3 class="text-light mb-0"><?php echo nullable_htmlentities($session_company_name); ?></h3>
</div>
<!-- Sidebar -->