Fix margin for "Administration" menu on small screens
This commit is contained in:

committed by
Dominic Sauer

parent
9aac842459
commit
189f9e28d7
@ -1,7 +1,7 @@
|
||||
- if current_user.try(:admin?) || current_user.try(:teacher?)
|
||||
ul.nav.navbar-nav
|
||||
li.nav-item.dropdown
|
||||
a.nav-link.dropdown-toggle.mx-3 data-bs-toggle='dropdown' href='#'
|
||||
a.nav-link.dropdown-toggle.mx-lg-3 data-bs-toggle='dropdown' href='#'
|
||||
= t('shared.administration')
|
||||
span.caret
|
||||
ul.dropdown-menu.p-0.mt-1 role='menu'
|
||||
|
Reference in New Issue
Block a user