Skip to content
Snippets Groups Projects
Commit eb70ff63 authored by Eniko Tot's avatar Eniko Tot
Browse files

[BUGFIX] Fix rounded tabpanel navigation box

parent b13f7e9b
No related branches found
No related tags found
1 merge request!16Bootstrap 5 Support
<ul class="nav nav-pills bg-light p-2 rounded d-none d-sm-flex" id="pills-tab-df-tabs" role="tablist">
<ul class="nav nav-pills bg-light p-2 rounded-5 d-none d-sm-flex" id="pills-tab-df-tabs" role="tablist">
<f:for each="{tabElements}" as="data_item" iteration="iterator">
<li class="nav-item" role="presentation">
<button class="nav-link {f:if(condition: iterator.isFirst, then: 'active')}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment