themefisher / sleek-bootstrap

Sleek Dashboard - Free Bootstrap Admin Template and UI Kit
https://themefisher.com/products/sleek
MIT License
889 stars 186 forks source link

Issue of long section title in left sidebar #277

Closed sama55 closed 4 years ago

sama55 commented 4 years ago

If there is a long section title, menu icon may collapse when minified-sidebar.

sama55 commented 4 years ago

My solution: .sidebar .sidebar-inner .section-title { width: 250px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .sidebar .sidebar-inner > li .section-title { width: 190px; }