Skip to content

Commit dd22cb7

Browse files
committed
site/events.html: fix error from bootlint.
E013 Only columns (`.col-*-*`) may be children of `.row`s Should be in b15bea1 commit. No functional changes.
1 parent ed69538 commit dd22cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/webapp/WEB-INF/views/site/events.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h3 class="text-center" th:text="${#strings.capitalize(suspicious_activities)}">
9696
</div>
9797
/*/-->
9898
<div th:if="${not #lists.isEmpty(activities)}" class="row">
99-
<div class="table-responsive">
99+
<div class="col-sm-12 table-responsive">
100100
<table class="table table-bordered table-striped">
101101
<thead>
102102
<tr>

0 commit comments

Comments
 (0)