mesos / chronos

Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules
http://mesos.github.io/chronos/
Apache License 2.0
4.39k stars 529 forks source link

[Bug Fix] Ace editor cursor position, caused by non-monospaced font #835

Closed Vashnak closed 1 year ago

Vashnak commented 7 years ago

In some browsers/versions (I do not know which ones) we could see a bug during json edition. Cursor war mispositionned because the font used was not monospaced. Added a css rule to resolve it.

Vashnak commented 7 years ago

test failure is unrelated to my change since I only updated a css file