fix design inconsistencies between regular and aggregate row

This commit is contained in:
Gregor Vostrak
2024-10-09 00:55:42 +02:00
parent 7af1990935
commit 678d27c93a

View File

@@ -90,7 +90,7 @@ function onSelectChange(event: Event) {
data-testid="time_entry_row">
<MainContainer class="min-w-0">
<div
class="sm:flex py-1.5 items-center min-w-0 justify-between group">
class="sm:flex py-0.5 items-center min-w-0 justify-between group">
<div class="flex space-x-3 items-center min-w-0">
<input
@change="onSelectChange"