mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 13:30:25 +02:00
[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
This commit is contained in:
@@ -1331,6 +1331,8 @@ phpbb.toggleDropdown = function() {
|
||||
$this.css({
|
||||
marginLeft: 0,
|
||||
left: 0,
|
||||
marginRight: 0,
|
||||
right: 0,
|
||||
maxWidth: (windowWidth - 4) + 'px'
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user