removing safari "fix" for ACE editor font width jank. (#9264)

This commit is contained in:
Evan Rusackas 2020-03-09 12:46:25 -07:00 committed by GitHub
parent 8a5b898606
commit d8fea640f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -364,10 +364,6 @@ div.tablePopover {
.ace_editor {
border: 1px solid @gray-light;
}
.ace_editor,
.ace_editor div {
font-feature-settings: @font-feature-settings;
font-family: @font-family-monospace;
}