We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In tabs while setting custom css class is not applying to the tab component. <tab heading="Static title" customClass="customClass">Static content</tab> http://valor-software.com/ngx-bootstrap/#/tabs#styling
<tab heading="Static title" customClass="customClass">Static content</tab>
The text was updated successfully, but these errors were encountered:
@hardikpthv it is applying, but seems we did not add something special for it
<div class="tab-content"> <tab customclass="customClass" heading="Static title" class="tab-pane">Static content</tab> <!--template bindings={}--><tab class="tab-pane"> Dynamic content 1 </tab><tab class="tab-pane active"> Dynamic content 2 </tab> </div>
Sorry, something went wrong.
@valorkin as of now solved it by setting encapsulation: ViewEncapsulation.Native.
encapsulation: ViewEncapsulation.Native
fix(tabs): fix customClass [fixes #2253]
b4da33d
0d67ef8
IlyaSurmay
No branches or pull requests
In tabs while setting custom css class is not applying to the tab component.
<tab heading="Static title" customClass="customClass">Static content</tab>
http://valor-software.com/ngx-bootstrap/#/tabs#styling
The text was updated successfully, but these errors were encountered: