Set text-wrap balance for title (#13962)

GitOrigin-RevId: 1d447bad517e3a389ed2668c0167aa52fae3be69
This commit is contained in:
Alf Eaton 2023-08-04 08:35:29 +01:00 committed by Copybot
parent b1d6770f1c
commit cf285651ff

View file

@ -87,6 +87,7 @@ export const visualTheme = EditorView.theme({
cursor: 'pointer',
padding: '0.5em',
lineHeight: 'calc(var(--line-height) * 5/6)',
textWrap: 'balance',
},
'.ol-cm-authors': {
display: 'flex',