chore: make class important

This commit is contained in:
Faisal Amir 2025-10-07 22:28:58 +07:00
parent b2632a005c
commit eec94c47dd

View File

@ -98,7 +98,7 @@ export default function EditJsonMCPserver({
overflowWrap: 'anywhere', overflowWrap: 'anywhere',
whiteSpace: 'pre-wrap', whiteSpace: 'pre-wrap',
}} }}
className="w-full !text-sm overflow-hidden !break-all font-mono" className="w-full !text-sm overflow-hidden !break-all !font-mono"
/> />
</div> </div>
{error && <div className="text-destructive text-sm">{error}</div>} {error && <div className="text-destructive text-sm">{error}</div>}