vivepandit24 / visario

issues
0 stars 0 forks source link

DIGITS UI fix #59

Open negati-ve opened 6 years ago

negati-ve commented 6 years ago

copy digits plugin or digits/assets/js/main.js to fix digits phone no mis alignment replace line 288 :

jQuery(this).attr("style","padding-left:"+ (dcllInput.outerWidth() + ew/2 ) + "px !important");

with

jQuery(this).attr("style","width:55%;float:left");