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 47893cd commit d34e241Copy full SHA for d34e241
src/main/resources/templates/layout/tasks.html
@@ -268,7 +268,7 @@ <h5 class="modal-title" id="taskModalScrollableTitle">
268
269
<div th:fragment="tw-tasks-pagination(page)">
270
<div class="row">
271
- <div class="col">
+ <div class="col-sm">
272
<nav aria-label="pagination">
273
<ul class="pagination" sd:pagination="full">
274
<!-- Pagination created by SpringDataDialect, this content is just for mockup -->
@@ -283,7 +283,7 @@ <h5 class="modal-title" id="taskModalScrollableTitle">
283
</ul>
284
</nav>
285
</div>
286
287
<span sd:pagination-summary="">info</span>
288
<span sd:page-size-selector="javascript"></span>
289
0 commit comments