aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-02-02 09:18:36 -0500
committerbobzel <zzzman@gmail.com>2023-02-02 09:18:36 -0500
commit930bdf84ab4f4489f5072f9c082b732f060d880d (patch)
treef19d36ecb70ff49f0907f437706d28347f1e1b02 /src/client/documents/Documents.ts
parentac6f6a19fedc9c6a9d233a43aee4ed82b620d5ad (diff)
fixed sizing of equation boxes and added grab cursor for link anchors
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 80b040cc0..692d09629 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -546,7 +546,7 @@ export namespace Docs {
DocumentType.EQUATION,
{
layout: { view: EquationBox, dataField: defaultDataKey },
- options: { links: '@links(self)', nativeDimModifiable: true, hideResizeHandles: true, hideDecorationTitle: true },
+ options: { links: '@links(self)', nativeDimModifiable: true, fontSize: '14px', hideResizeHandles: true, hideDecorationTitle: true },
},
],
[