forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-31 15:51:38 -06:00
parent 2876d5e435
commit 7f0a62ac6d
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
</thead>
<tbody>
{% for domain in banned_domains %}
<tr class="p-2.5 odd:bg-gray-300 dark:odd:bg-white/[.05] hover:bg-gray-400 dark:hover:bg-white/10">
<tr class="h-16 odd:bg-gray-300 dark:odd:bg-white/[.05] hover:bg-gray-400 dark:hover:bg-white/10">
<td class="px-2.5 font-bold">{{domain.domain}}</td>
<td class="px-2.5">{{domain.reason}}</td>
</tr>