Skip to content

Commit e2f534b

Browse files
sethiddenMarcin Kwiatkowski
authored andcommitted
fix: pagination not visible on order history view (#1148)
1 parent b539afb commit e2f534b

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

packages/theme/modules/customer/pages/MyAccount/OrderHistory/OrderHistory.vue

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<SfPagination
6464
v-if="!$fetchState.pending"
6565
v-show="pagination.totalPages > 1"
66-
class="products__pagination desktop-only"
66+
class="products__pagination"
6767
:current="pagination.currentPage"
6868
:total="pagination.totalPages"
6969
:visible="5"
@@ -235,13 +235,10 @@ export default defineComponent({
235235
flex: 1;
236236
margin: 0;
237237
238-
@include for-desktop {
239-
240-
&__pagination {
241-
display: flex;
242-
justify-content: flex-start;
243-
margin: var(--spacer-xl) 0 0 0;
244-
}
238+
&__pagination {
239+
display: flex;
240+
justify-content: flex-start;
241+
margin: var(--spacer-xl) 0 0 0;
245242
}
246243
247244
&__show-on-page {

0 commit comments

Comments
 (0)