Skip to content

Commit 1b9b72f

Browse files
committed
Merge pull request iliakan#149 from OneginMaksim/ru
fix end of word.
2 parents 34e2a07 + 352055e commit 1b9b72f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • 2-ui/1-document/18-coordinates-document/3-position-at-2/solution.view

2-ui/1-document/18-coordinates-document/3-position-at-2/solution.view/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
break;
8989

9090
case "right-in":
91+
elem.style.width = '150px';
9192
elem.style.left = anchorCoords.left + anchor.offsetWidth - elem.offsetWidth + "px";
9293
elem.style.top = anchorCoords.top + "px";
9394
break;
@@ -112,4 +113,4 @@
112113

113114
</body>
114115

115-
</html>
116+
</html>

0 commit comments

Comments
 (0)