fix issue where a menu item with a dropdown as the last menu item did not have proper margin
This commit is contained in:
parent
85401c9f01
commit
39c4316ee2
2 changed files with 6 additions and 1 deletions
|
@ -242,7 +242,8 @@ img {
|
|||
padding-left: 0.9375rem;
|
||||
padding-right: 0.9375rem;
|
||||
}
|
||||
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {
|
||||
|
||||
.navbar-expand-md .navbar-nav .nav-item:not(.dropdown):last-child .nav-link {
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue