chore: make class important
This commit is contained in:
parent
b2632a005c
commit
eec94c47dd
@ -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>}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user