Showing 1 – 4 of 4 replies
curb

How would I add a second line to a […]

curb PURCHASED
3 years ago
How would I add a second line to a .nav-link?

Example:

This works...
<a class="nav-link has-icon treeview-toggle" href="#"><i class="material-icons">folder_open</i>File Manager<br>I want to add this break line</a>

This doesn't work...
<a class="nav-link has-icon treeview-toggle" href="#"><i class="material-icons">folder_open</i>File Manager<br><small>I want to add this break line</small></a>
omadmin
omadmin SELLER
3 years ago
Try the following:

<a class="nav-link has-icon treeview-toggle" href="#"><i class="material-icons">folder_open</i><div>File Manager<br><small>I want to add this break line</small></div></a>
curb
curb PURCHASED
3 years ago
Thank you omadmin!
curb
curb PURCHASED
3 years ago
Where can I find the scss variable to adjust the breakpoint for .inner-sidebar to hide?
omadmin
omadmin SELLER
3 years ago
It's on:
src/scss/components/_layout-inner.scss

line: 62