Skip to content

Commit

Permalink
fix(kubernetes): specify monospace fonts to prevent cursor misalignment
Browse files Browse the repository at this point in the history
in ace editor
  • Loading branch information
maggieneterval committed Jan 8, 2019
1 parent fa6a24e commit 6fee54d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
@import (reference) '~bootstrap/less/variables.less';

.ace-editor {
// TODO(dpeach): Deck's styles are overriding the ace editor's
// font styles, so we have to set them here. Ideally
// we wouldn't have to do this.
div,
span {
font-family: monospace;
font-family: @font-family-monospace;
}

> div.ace_gutter {
Expand Down

0 comments on commit 6fee54d

Please sign in to comment.