Merge pull request #4332 from emzo/responsive-product-tabs
[2.1-beta-2] Fix product details meta box tabs for narrow screens
This commit is contained in:
commit
0b3d9c2a9e
File diff suppressed because one or more lines are too long
|
@ -2246,15 +2246,8 @@ img.help_tip {
|
|||
margin-left: -35px;
|
||||
li {
|
||||
a {
|
||||
width: 28px;
|
||||
padding: 28px 0 0 0 !important;
|
||||
overflow: hidden;
|
||||
height: 0;
|
||||
}
|
||||
&.active {
|
||||
a {
|
||||
width: 29px;
|
||||
}
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3363,4 +3356,4 @@ table.bar_chart {
|
|||
abbr {
|
||||
top: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue