mirror of https://github.com/laurent22/joplin.git
Electron: Fixes #155: Caret alignment issue with Russian text
parent
6ae0c3aba0
commit
f710463b67
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue