diff --git a/css/style.css b/css/style.css index 6d5366a45b..617d535370 100644 --- a/css/style.css +++ b/css/style.css @@ -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;