Fix server-description colspan

This commit is contained in:
Anders G. Jørgensen
2020-04-11 00:29:39 +02:00
committed by GitHub
parent 468d426ebd
commit 597196ad3e

View File

@@ -78,7 +78,7 @@
</tr>
@if (! empty($server->description))
<tr class="server-description">
<td colspan="7"><p class="text-muted small no-margin">{{ str_limit($server->description, 400) }}</p></td>
<td colspan="8"><p class="text-muted small no-margin">{{ str_limit($server->description, 400) }}</p></td>
</tr>
@endif
@endforeach