I used offcanvas menu from Jasny Bootstrap for my latest project.
Now my issue is how can I set a padding-right to mobile nav elements? The problem is that the menu names are too long for portrait mode of phones, therefore I need to have a line-break.
Adding it here does not help, but why?
.dropdown-menu > li > a {
padding-right: 50px;
}
Thanks a lot!