mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-23 22:13:34 +00:00
(bug 41199) Fix the problem with placing cursor by clicking next to article content.
The specific use case is when user clicks on the left side of the inline alien node which is at the beginning of the line or on the right side of the inline alien node at the end of the line. This fix does not cover Monobook. Change-Id: Ib24b03e30e753850698ed6b10be49b4f2642c92b
This commit is contained in:
parent
2c719b3e74
commit
f0bc9935d2
|
@ -7,10 +7,14 @@
|
|||
|
||||
.ve-surface {
|
||||
margin-top: 0.8em;
|
||||
margin-left: -1.5em;
|
||||
margin-right: -1.5em;
|
||||
}
|
||||
|
||||
.ve-ce-documentNode {
|
||||
font-size: 0.8em;
|
||||
padding-left: 1.875em; /* 1.5/0.8 */
|
||||
padding-right: 1.875em; /* 1.5/0.8 */
|
||||
}
|
||||
|
||||
.ve-ui-toolbar-wrapper {
|
||||
|
@ -25,4 +29,4 @@
|
|||
.ve-ui-toolbar {
|
||||
display: none;
|
||||
margin-left: 1px;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue