mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-07-09 13:58:25 +02:00
fix: smaller row height
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
<span
|
||||
title="Test / Preview"
|
||||
class="select-none border-2 pl-1 pr-1 bg-white relative -top-3 rounded-xl text-xs"
|
||||
>
|
||||
<span title="Test / Preview" class="select-none px-1 border-2 relative -top-1 rounded-lg text-xs">
|
||||
test
|
||||
</span>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<tr class="table-row odd:bg-white even:bg-pleasant-gray h-16 hover:bg-cta-light-blue">
|
||||
<tr class="table-row odd:bg-white even:bg-pleasant-gray h-10 hover:bg-cta-light-blue">
|
||||
<slot />
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user