Hi,
When the page's direction is RTL, hover menu appear on the node title. The following patch fixes this issue by making the hover menu left aligned when page is rtl :

admin_hover-rtl.css

.admin_hover {
  left: 0px;
  right: auto;
}

Comments

sinasalek’s picture

Looks like not one is interested :)