mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-03 19:11:22 +01:00
refactor: make custom user field icons fixed width in the acp
This commit is contained in:
@@ -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>
|
<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>
|
||||||
<td class="text-nowrap">{./key}</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>
|
<td>
|
||||||
{./type}
|
{./type}
|
||||||
{{{ if ((./type == "select") || (./type == "select-multi")) }}}
|
{{{ if ((./type == "select") || (./type == "select-multi")) }}}
|
||||||
|
|||||||
Reference in New Issue
Block a user