Skip to content

Commit cf64889

Browse files
committed
fix: add text-break to callback url cell
1 parent 9e7b527 commit cf64889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/templates/admin/plugins/sso-oauth2-multiple.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<td>
3333
{{{ if ./enabled }}}&check;{{{ else }}}&cross;{{{ end }}}
3434
</td>
35-
<td>{./callbackUrl}</td>
35+
<td class="text-break">{./callbackUrl}</td>
3636
<td class="text-end">
3737
<a href="#" data-action="edit">Edit</a>
3838
&nbsp;&nbsp;&nbsp;

0 commit comments

Comments
 (0)