This repository has no description
0

Configure Feed

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

input.css: fix vertical scrolling in code tags

Signed-off-by: oppiliappan <me@oppi.li>

author
oppiliappan
date (Aug 12, 2025, 1:41 PM +0100) commit 6879ac0b parent 56bd21e3 change-id xxqrnqnw
+1 -1
+1 -1
input.css
··· 72 72 } 73 73 74 74 code { 75 - @apply font-mono p-1 rounded bg-gray-100 dark:bg-gray-700; 75 + @apply px-1 font-mono rounded bg-gray-100 dark:bg-gray-700; 76 76 } 77 77 } 78 78