Electron: Fixes #155: Caret alignment issue with Russian text

pull/165/head
Laurent Cozic 2018-01-15 19:01:00 +00:00
parent 6ae0c3aba0
commit f710463b67
1 changed files with 5 additions and 0 deletions

View File

@ -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>