How to overwrite bootstrap classes in a native app?

0
Hello,   I would like to change the Label's width of my time input, but I can't since it is a col-md-3. I would like it to fit-content or be the same width as the input under it. I tested creating a class and changing the width, tried setting the property to !important, but it does not work because of bootstrap.   How can I overwrite bootstrap?   Thanks for your help.
asked
1 answers
0

Hi Simon,

 

Could you please attach a screenshot of your current date-time input? That helps me in understanding what you're trying to accomplish here. Also, note that styling a Native App is different from styling a Web App. For Native Apps, you have to set up your styling using JavaScript instead of CSS.

answered