Skip to content

Commit

Permalink
fix for text overflow on about page 'Repository URL' (MID-7263)
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Oct 5, 2021
1 parent 11ccf1e commit 3e25cc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h3 class="box-title"><wicket:message key="PageAbout.title.repository"/></h3>
</tr>
<tr>
<td><wicket:message key="PageAbout.repoDiag.repositoryUrl" /></td>
<td><span wicket:id="repositoryUrl"/></td>
<td style="overflow-wrap: break-word;"><span wicket:id="repositoryUrl"/></td>
</tr>
</table>
</div>
Expand Down

0 comments on commit 3e25cc5

Please sign in to comment.