CC-4809: Listen popup UI breaks with localization
-fixed
This commit is contained in:
parent
22e4811b22
commit
3b2b275c30
3 changed files with 10 additions and 1 deletions
|
@ -470,5 +470,7 @@ $(document).ready(function() {
|
|||
setTimeout(removeSuccessMsg, 5000);
|
||||
});
|
||||
});
|
||||
|
||||
$('#popup-link').css('width', $('.jp-container h1').css('width'));
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue