Skip to content

Commit ee11c39

Browse files
authored
Пофиксить перенос стрелочек (#3314)
1 parent 65b879e commit ee11c39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/JoinRpg.Portal/Views/Shared/Components/FieldRow/FieldRow.cshtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,9 @@
159159
<div class="btn-group btn-group-sm" style="display: inline-block">
160160
<a title="Переместить" href="#" data-toggle="modal" data-target="#fastMoveModal" data-element="@item.ProjectFieldId"
161161
class="btn btn-default"><i class="glyphicon glyphicon-sort"></i></a>
162+
163+
@Html.MoveControl(model => item, "Move")
162164
</div>
163-
@Html.MoveControl(model => item, "Move");
164165
}
165166
</td>
166167
</tr>

0 commit comments

Comments
 (0)