Checkboxen bei Gruppen sind nicht mehr 1px groß

This commit is contained in:
Lyndon
2019-04-18 11:24:23 +02:00
parent 09c7cb679f
commit d10edf5cb4

View File

@@ -650,7 +650,7 @@
@foreach (var gruppe in Model.GroupOfPeopleListItems)
{
<tr>
<td style="width: 1px; white-space: nowrap;">
<td style="width: 1%; white-space: nowrap;">
<input type="checkbox" value="@gruppe.Value" onchange="addSupportConcepts()" name="group_@gruppe.Value" id="group_@gruppe.Value" @if (Model.SelectedGroupOfPeopleOids.Contains(long.Parse(gruppe.Value))) { @Html.Raw("checked=\"checked\"") } />
</td>
<td class="group-booking-text-cell">