You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a checkbox element that is wrapped inside of a Carousel Item template (using nativescript-carousel) and for whatever reason, I cannot get CSS to apply to the checkbox element. It doesn't matter where I put the class tag, and the CSS applies just fine to a label element wrapped inside of the same stack layout within the same Item Template. Any ideas on this?
The text was updated successfully, but these errors were encountered:
So far the only solution that we found on our end is by setting it directly on the element with a style set to !important <CheckBox class="checkbox" style="font-size: 20pt!important;"></CheckBox>
Hi, I have a checkbox element that is wrapped inside of a Carousel Item template (using nativescript-carousel) and for whatever reason, I cannot get CSS to apply to the checkbox element. It doesn't matter where I put the class tag, and the CSS applies just fine to a label element wrapped inside of the same stack layout within the same Item Template. Any ideas on this?
The text was updated successfully, but these errors were encountered: