fix: smaller row height

This commit is contained in:
Ronni Skansing
2025-08-30 08:31:39 +02:00
parent ffe6caf11e
commit b35c10900b
2 changed files with 2 additions and 5 deletions
+1 -4
View File
@@ -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>