We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8339d18 commit 59a13aaCopy full SHA for 59a13aa
1 file changed
contentcuration/contentcuration/frontend/channelList/views/Channel/CatalogList.vue
@@ -111,8 +111,9 @@
111
</KCardGrid>
112
</VFlex>
113
<VFlex
114
+ v-if="!loading"
115
xs12
- style="padding-bottom: 72px"
116
+ class="pagination-container"
117
>
118
<VLayout justify-center>
119
<Pagination
@@ -488,4 +489,9 @@
488
489
min-height: 30px; // prevent layout shifts when loading state changes
490
}
491
492
+ .pagination-container {
493
+ padding-bottom: 72px;
494
+ margin-top: 32px;
495
+ }
496
+
497
</style>
0 commit comments