fix dashboard tabs
This commit is contained in:
parent
6afd5d5432
commit
7b9e7ea0bc
1 changed files with 8 additions and 1 deletions
|
@ -2082,7 +2082,14 @@ ol.tabs li {
|
|||
}
|
||||
|
||||
.dashboard .wide-tabs {
|
||||
width: 60%;
|
||||
width: 50%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
display: flex;
|
||||
|
||||
.tab {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.wide-tabs .tab:first-child {
|
||||
|
|
Loading…
Reference in a new issue