We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b539afb commit e2f534bCopy full SHA for e2f534b
packages/theme/modules/customer/pages/MyAccount/OrderHistory/OrderHistory.vue
@@ -63,7 +63,7 @@
63
<SfPagination
64
v-if="!$fetchState.pending"
65
v-show="pagination.totalPages > 1"
66
- class="products__pagination desktop-only"
+ class="products__pagination"
67
:current="pagination.currentPage"
68
:total="pagination.totalPages"
69
:visible="5"
@@ -235,13 +235,10 @@ export default defineComponent({
235
flex: 1;
236
margin: 0;
237
238
- @include for-desktop {
239
-
240
- &__pagination {
241
- display: flex;
242
- justify-content: flex-start;
243
- margin: var(--spacer-xl) 0 0 0;
244
- }
+ &__pagination {
+ display: flex;
+ justify-content: flex-start;
+ margin: var(--spacer-xl) 0 0 0;
245
}
246
247
&__show-on-page {
0 commit comments