Skip to content

Commit

Permalink
fix (ace editor) show the WYSIWYG font correct
Browse files Browse the repository at this point in the history
  • Loading branch information
hmoreras committed Oct 1, 2024
1 parent 1148c9f commit 5b1dd66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14752,7 +14752,7 @@ var VScrollBar = require("./scrollbar").VScrollBar;
var RenderLoop = require("./renderloop").RenderLoop;
var FontMetrics = require("./layer/font_metrics").FontMetrics;
var EventEmitter = require("./lib/event_emitter").EventEmitter;
var editorCss = ".ace_editor {\
var editorCss = ".ace_editor, .ace_editor * {\
position: relative;\
overflow: hidden;\
font: 12px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;\
Expand Down

0 comments on commit 5b1dd66

Please sign in to comment.