fix: figlet cards padding
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user