Skip to content

Commit

Permalink
Fix issue #191 long url breaks layout
Browse files Browse the repository at this point in the history
  • Loading branch information
shamshaev committed Sep 24, 2024
1 parent 6551d7e commit 389dd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/workspace/wks-typos.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
th:aria-controls="|collapseTypoRowId_*{id}|"
th:classappend="|table-*{typoStatus.getStyle}|"
th:data-bs-target="|#collapseTypoRowId_*{id}|">
<td th:text="*{pageUrl}"></td>
<td th:text="*{pageUrl}" class="text-break"></td>
<td th:text="*{reporterName}"></td>
<td th:text="*{createdDateAgo}"></td>
<td th:text="*{modifiedDateAgo}"></td>
Expand Down

0 comments on commit 389dd17

Please sign in to comment.