diff options
| author | bobzel <zzzman@gmail.com> | 2024-03-27 15:42:12 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-03-27 15:42:12 -0400 |
| commit | 1d47f6cc8be84ab368ad91f287909ee162d1f2e2 (patch) | |
| tree | fcff965f56653aae7bcd2058f36becf0bad5440e /src/client/util/RTFMarkup.tsx | |
| parent | 3bf4c1e7e9e34b2f4730e3df504ef06c36d05a9e (diff) | |
fixed toggling footnotes. fixed error in bullet hit test. fixed problems with backspace and enter in prosemirror transfer. fixed display of markdown options to start at top.
Diffstat (limited to 'src/client/util/RTFMarkup.tsx')
| -rw-r--r-- | src/client/util/RTFMarkup.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/RTFMarkup.tsx b/src/client/util/RTFMarkup.tsx index 315daad42..57485d893 100644 --- a/src/client/util/RTFMarkup.tsx +++ b/src/client/util/RTFMarkup.tsx @@ -132,7 +132,7 @@ export class RTFMarkup extends React.Component<{}> { render() { return ( <MainViewModal - dialogueBoxStyle={{ backgroundColor: SettingsManager.userBackgroundColor, color: SettingsManager.userColor, padding: '16px' }} + dialogueBoxStyle={{ backgroundColor: SettingsManager.userBackgroundColor, alignContent: 'normal', color: SettingsManager.userColor, padding: '16px' }} contents={this.cheatSheet} isDisplayed={this.isOpen} interactive={true} |
