QA improvement of tabs with small width
This commit is contained in:
parent
fd34985344
commit
7c135d690e
1 changed files with 3 additions and 3 deletions
|
@ -3685,14 +3685,14 @@ footer {
|
|||
}
|
||||
|
||||
.type-tabs .tab {
|
||||
line-height: 40px;
|
||||
padding: 0 8px 0 8px;
|
||||
line-height: 42px;
|
||||
padding: 0 12px 0 12px;
|
||||
}
|
||||
|
||||
.type-tabs .icon {
|
||||
vertical-align: top;
|
||||
margin-right: 9px;
|
||||
margin-top: 10px;
|
||||
margin-top: 11px;
|
||||
-webkit-transform: scale(1.2);
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue