this repo has no description

add gap between item and title

handle.invalid fc2acefc 4b3a280a

verified
+1 -1
+1 -1
src/views/logs.tsx
··· 169 return ( 170 <div 171 classList={{ 172 - "grid grid-cols-[auto_1fr] gap-x-2": true, 173 "opacity-60": diff.orig.nullified, 174 }} 175 >
··· 169 return ( 170 <div 171 classList={{ 172 + "grid grid-cols-[auto_1fr] gap-y-0.5 gap-x-2": true, 173 "opacity-60": diff.orig.nullified, 174 }} 175 >