Merge pull request #1907 from Spirit55555/patch-1

Fix server-description colspan
This commit is contained in:
Dane Everitt 2020-04-12 10:13:26 -07:00 committed by GitHub
commit 7deed07cd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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