/* Fix padding for Logout button in the list menu because other elements are <a> */
.btn.dropdown-item {
    padding-left: 20px;
}