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;
}
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
Comment #1
sinasalek commentedLooks like not one is interested :)