mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
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:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user