From 8c89194cc6f197c302eae00b6bed565b3e5653d4 Mon Sep 17 00:00:00 2001 From: hubaishan Date: Thu, 11 Jan 2018 19:05:19 +0300 Subject: [ticket/15492] Fix permission role combobox in RTL Varius fixes to css and js for correct displaying permission role combbox in RTL mode PHPBB3-15492 --- phpBB/assets/javascript/core.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/assets/javascript') diff --git a/phpBB/assets/javascript/core.js b/phpBB/assets/javascript/core.js index 069f9089c2..7f6f3db93b 100644 --- a/phpBB/assets/javascript/core.js +++ b/phpBB/assets/javascript/core.js @@ -1331,6 +1331,8 @@ phpbb.toggleDropdown = function() { $this.css({ marginLeft: 0, left: 0, + marginRight: 0, + right: 0, maxWidth: (windowWidth - 4) + 'px' }); -- cgit v1.2.1