Aleram Yes, I noticed that also. Depending on the size of your screen, you could use the below
@media (min-width: 992px) {
.TagsPage .sideNav {
float: left !important;
white-space: inherit !important;
}
.TagsPage .sideNavOffset {
float: left !important;
width: 85% !important;
}
.TagsPage .sideNav>ul>li, .TagsPage .sideNav .Dropdown-menu>li {
display: inherit !important;
}
.rankings {
margin-top: 20px !important;
}
}
@media (min-width: 768px) {
.sideNav .Dropdown--select .Dropdown-menu {
margin-top: 20px !important;
}
}