fix: figlet cards padding

This commit is contained in:
2026-02-24 19:05:22 +01:00
parent 5d6ace4e46
commit a604789285

View File

@@ -117,7 +117,7 @@ export function FigletConverter() {
return (
<div className="grid grid-cols-1 lg:grid-cols-3 gap-6 items-stretch lg:max-h-[800px]">
{/* Left Column - Input and Preview */}
<div className="lg:col-span-2 space-y-6 overflow-y-auto pr-2 custom-scrollbar">
<div className="lg:col-span-2 space-y-6 overflow-y-auto custom-scrollbar">
<TextInput
value={text}
onChange={setText}