workaround for topbar-second dropdown menu on mobile
This commit is contained in:
parent
189e34a26d
commit
a5f0ea93d9
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue