1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

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

This commit is contained in:
Laurent Cozic 2018-01-15 19:01:00 +00:00
parent 6ae0c3aba0
commit f710463b67

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>