VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: maxispin on April 14, 2018, 17:04:49 PM

Title: Admin, drop box width too narrow VM 3.2.14
Post by: maxispin on April 14, 2018, 17:04:49 PM
Problem: Admin, drop box width too narrow (see attachment)

/components/com_virtuemart/assets/js/chosen.jquery.min.js

{id:this.container_id,"class":"chzn-container"+(this.is_rtl?" chzn-rtl":""),style:"width: "+this.f_width+"px;"}

SOLUTION => Change to:

{id:this.container_id,"class":"chzn-container"+(this.is_rtl?" chzn-rtl":"")}