Skip to content

Commit 71ee75b

Browse files
Update _extends.less
reverting changes in less
1 parent 4fb3c8d commit 71ee75b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

app/design/frontend/Magento/luma/web/css/source/_extends.less

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,21 +1503,18 @@
15031503

15041504
.toolbar-amount,
15051505
.limiter {
1506+
position: relative;
15061507
z-index: 1;
1507-
display: inline-block;
15081508
}
15091509

15101510
.toolbar-amount {
15111511
.lib-css(line-height, @pager__line-height);
15121512
padding: 0;
15131513
}
15141514

1515-
.limiter {
1516-
float: right;
1517-
}
1518-
15191515
.pages {
1520-
display: inline-block;
1516+
position: absolute;
1517+
width: 100%;
15211518
z-index: 0;
15221519
}
15231520
}

0 commit comments

Comments
 (0)