this repo has no description

input.css: fix vertical scrolling in code tags

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

Changed files
+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