How do i edit the size of a container?

0
I currently have a custom drop-down inside a data view which is inside a container and its showing as a different size to the rest of the form on my app. Can someone help me to get the custom dropdown to be the same size as the rest of the fields in my form?
asked
1 answers
1

You can apply custom styling to fix the size of the input. 

To see the styling that's applied to the other fields, open your browser's developer tools (usually with F12) and use the element selector to select one of the existing input fields, like so:

 

 

You can then see the classes that are applied to this element and which css lines make it look the way it looks. 

answered