fix(settings/seo): set font-monospace className for robots field
This commit is contained in:
@@ -38,6 +38,7 @@ const Index: FC = () => {
|
||||
'ui:widget': 'textarea',
|
||||
'ui:options': {
|
||||
rows: 10,
|
||||
className: 'font-monospace',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user