We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891546b commit fbae0f1Copy full SHA for fbae0f1
view/frontend/web/css/source/layout/_collapsed.less
@@ -5,7 +5,7 @@
5
margin-right: 0;
6
position: relative;
7
8
- [role=tablist] {
+ > [role=tablist] {
9
display: flex;
10
margin-bottom: -@tab-control__border-width;
11
overflow-x: auto;
@@ -91,7 +91,7 @@
91
}
92
93
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
94
- .product.data.items.collapsed [role=tablist] {
+ .product.data.items.collapsed > [role=tablist] {
95
float: left;
96
overflow-x: visible;
97
0 commit comments