fix dashboard tabs

This commit is contained in:
Felix Niklas 2015-11-04 12:57:34 +01:00
parent 6afd5d5432
commit 7b9e7ea0bc

View file

@ -2082,7 +2082,14 @@ ol.tabs li {
} }
.dashboard .wide-tabs { .dashboard .wide-tabs {
width: 60%; width: 50%;
margin-left: auto;
margin-right: auto;
display: flex;
.tab {
flex: 1;
}
} }
.wide-tabs .tab:first-child { .wide-tabs .tab:first-child {