Giving a margin between icon and name on the sidebar menu
This commit is contained in:
parent
981a1041f0
commit
3cb04b2a6d
@ -6,7 +6,7 @@
|
||||
% if any(role in item['roles'] for role in user_roles):
|
||||
<li class="nav-item">
|
||||
<a class="nav-link text-white ${'active' if item['name'] == active_page else ''}" href="${item['href']}" target="${item['target']}">
|
||||
<i class="${item['icon']}"></i> ${item['name']}
|
||||
<i class="${item['icon']} me-3"></i> ${item['name']}
|
||||
</a>
|
||||
</li>
|
||||
% endif
|
||||
|
Loading…
Reference in New Issue
Block a user