fix(editor): Wrap expressions in resource locator component (#8673)
This commit is contained in:
@@ -44,6 +44,9 @@ export const inputTheme = ({ rows } = { rows: 5 }) => {
|
||||
'.cm-scroller': {
|
||||
lineHeight: '1.68',
|
||||
},
|
||||
'.cm-lineWrapping': {
|
||||
wordBreak: 'break-all',
|
||||
},
|
||||
});
|
||||
|
||||
return [theme, highlighter.resolvableStyle];
|
||||
|
||||
Reference in New Issue
Block a user