refactor: make custom user field icons fixed width in the acp

This commit is contained in:
Barış Soner Uşaklı
2026-01-21 18:41:15 -05:00
parent 7ac5446a13
commit 2ded681396

View File

@@ -33,7 +33,7 @@
<a href="#" component="sort/handle" class="btn btn-light btn-sm d-none d-md-block ui-sortable-handle" style="cursor:grab;"><i class="fa fa-arrows-up-down text-muted"></i></a>
</td>
<td class="text-nowrap">{./key}</td>
<td class="text-nowrap">{{{ if ./icon }}}<i class="text-muted {./icon}"></i> {{{ end }}}{./name}</td>
<td class="text-nowrap">{{{ if ./icon }}}<i class="text-muted fa-fw {./icon}"></i> {{{ end }}}{./name}</td>
<td>
{./type}
{{{ if ((./type == "select") || (./type == "select-multi")) }}}