Skip to content

Commit

Permalink
Electron: Fixes #155: Caret alignment issue with Russian text
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Jan 15, 2018
1 parent 6ae0c3a commit f710463
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ElectronClient/app/index.html
Expand Up @@ -17,6 +17,11 @@
.smalltalk .page {
max-width: 30em;
}
.ace_editor * {
/* Necessary to make sure Russian text is displayed properly */
/* https://github.com/laurent22/joplin/issues/155 */
font-family: monospace !important;
}
</style>
</head>
<body>
Expand Down

0 comments on commit f710463

Please sign in to comment.