79193480

Date: 2024-11-15 17:58:17
Score: 0.5
Natty:
Report link

For me the easiest workaround for this problem was the following:

<div class="grid grid-cols-4 bg-slate-100 gap-[1px]">
   <div class="bg-white" />
   <div class="bg-white" />
   <div class="bg-white" />
   <div class="bg-white" />
</div>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: laszlo_kiss