Solved
How to resize the file upload widget width?
Need to resize the width of the upload widget. Tried following css codes. It's applying but somehow overridden by default size (300 px).
#root_pagemashupcontainer-2_fileuploadext-33-bounding-box{
width: 240px; !important
}

