This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new eeeb420 [OPENMEETINGS-2591] wb tools are displayed as expected for rtl
eeeb420 is described below
commit eeeb42025c1d78d4ae8312214b3aeeb94d8f3501
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Sun Mar 14 12:47:42 2021 +0700
[OPENMEETINGS-2591] wb tools are displayed as expected for rtl
---
openmeetings-web/src/main/webapp/css/raw-menu.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/openmeetings-web/src/main/webapp/css/raw-menu.css
b/openmeetings-web/src/main/webapp/css/raw-menu.css
index 93c8a70..42b6459 100644
--- a/openmeetings-web/src/main/webapp/css/raw-menu.css
+++ b/openmeetings-web/src/main/webapp/css/raw-menu.css
@@ -58,7 +58,7 @@
.room-block .menu .details .icon .profile img {
width: 28px;
}
-html[dir="rtl"] .dropdown-menu {
+html[dir="rtl"] .navbar .dropdown-menu {
left: initial;
right: 0;
}