Skip to content

Commit 8f883f9

Browse files
committed
work
1 parent 42da054 commit 8f883f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/resources/templates/layout/tasks.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
<div th:fragment="tw-tasks-page-table(taskPage,myTaskState,myUrlPath)">
2424
<div class="row">
25+
<div class="table-responsive">
2526
<table class="table table-striped table-hover shadow-lg">
2627
<thead>
2728
<tr>
@@ -162,6 +163,7 @@
162163
</tr>
163164
</tbody>
164165
</table>
166+
</div>
165167
</div>
166168
</div>
167169

0 commit comments

Comments
 (0)