mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Set text-wrap balance for title (#13962)
GitOrigin-RevId: 1d447bad517e3a389ed2668c0167aa52fae3be69
This commit is contained in:
parent
b1d6770f1c
commit
cf285651ff
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue