You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a weird width problem when I tried to refresh the styled menus. It's quite hard to explain and test case would be complex too. But I solved it by commenting line 79:
$select.css('width','');
It fixed the problem and caused no side effect in my case (tested with Firefox, Microsoft, Google, Opera, Rekonq).
The text was updated successfully, but these errors were encountered:
I had a weird width problem when I tried to refresh the styled menus. It's quite hard to explain and test case would be complex too. But I solved it by commenting line 79:
$select.css('width','');
It fixed the problem and caused no side effect in my case (tested with Firefox, Microsoft, Google, Opera, Rekonq).
The text was updated successfully, but these errors were encountered: