forked from Alex/Pterodactyl-Panel
Merge pull request #1907 from Spirit55555/patch-1
Fix server-description colspan
This commit is contained in:
commit
7deed07cd1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user