workaround for topbar-second dropdown menu on mobile

This commit is contained in:
rabuzarus 2016-04-03 14:51:02 +02:00
parent 189e34a26d
commit a5f0ea93d9

View file

@ -1345,6 +1345,9 @@ ul.tabs li {
height: 102%;
transition: all .15s ease;
}
ul.tabs.visible-xs > li.active {
min-width: 150px; /* This is a workaround to make the topbar-second dropdown better visible on mobile. We need something better here */
}
ul.tabs li a {
margin-left: 10px;
margin-right: 10px;