Solved - UDInput Dropdown Box CSS

So I’m trying to change the widthof the dropdown box when expanded, however when I change the CSS in my theme it still is overwriten by what looks to be hard coded values in the style section of the HTML code. You can see the element.style has the 250px width limit. My .dropdown.content is being overwritten. Anyone know how to change this? All my other CSS seems to be working fine but this. If I unceck the width under element.style and use my .dropdown-content width its my desired result where the drown down width is as wide as the text.

Edit: Sorry not a web developer by anymeans so I just learned about the !important option for CSS.

Imgur