Skip to content

Commit

Permalink
Merge pull request #172 from flatironinstitute/textedit-tweaks
Browse files Browse the repository at this point in the history
Hide minimap on editor
  • Loading branch information
WardBrian authored Jul 29, 2024
2 parents 784e70c + cef41cd commit 017df72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gui/src/app/FileEditor/TextEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ const TextEditor: FunctionComponent<Props> = ({
readOnly,
domReadOnly: readOnly,
wordWrap: "on",
minimap: { enabled: false },
}}
/>
</div>
Expand Down
1 change: 1 addition & 0 deletions gui/src/localStyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ span.EditorToolbarItem {

span.EditorTitle {
padding-left: 5px;
padding-right: 5px;
font-weight: 500;
}

Expand Down

0 comments on commit 017df72

Please sign in to comment.