Monorepo for Tangled
0

Configure Feed

Select the types of activity you want to include in your feed.

appview: improve checkbox alignement in markdown

Signed-off-by: eti <eti@eti.tf>

authored by

eti and committed by
Tangled
(May 13, 2026, 8:07 PM +0300) c38881b4 1212e6d1

+4
+4
input.css
··· 312 312 313 313 .prose input { 314 314 @apply inline-block my-0 mb-1 mx-1; 315 + 316 + &[type="checkbox"] { 317 + @apply m-0 mr-1; 318 + } 315 319 } 316 320 317 321