diff options
author | bobzel <zzzman@gmail.com> | 2021-03-04 12:56:05 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-03-04 12:56:05 -0500 |
commit | 454f004e7249c78696fa7085fcf10c59ab8e327a (patch) | |
tree | 8e84db67d85b6bf04567c77a06fcf556684d7824 /src/client/views/nodes/formattedText/EquationView.tsx | |
parent | 744dd170f0a4d4e4f2f83d763960edfd8cdb1924 (diff) |
more fitWidth fixes for PDF
Diffstat (limited to 'src/client/views/nodes/formattedText/EquationView.tsx')
-rw-r--r-- | src/client/views/nodes/formattedText/EquationView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/formattedText/EquationView.tsx b/src/client/views/nodes/formattedText/EquationView.tsx index eff018635..056e61846 100644 --- a/src/client/views/nodes/formattedText/EquationView.tsx +++ b/src/client/views/nodes/formattedText/EquationView.tsx @@ -62,6 +62,7 @@ export class EquationViewInternal extends React.Component<IEquationViewInternal> display: "inline-block", width: this.props.width, height: this.props.height, + bottom: 3, }}> <EquationEditor value={StrCast(this._textBoxDoc[this._fieldKey], "y=")} |