Skip to content

Commit

Permalink
Change anchor-section on Data Source template
Browse files Browse the repository at this point in the history
  • Loading branch information
jondricek authored Jan 6, 2025
1 parent 67ee2e7 commit 7ead378
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/datasources/templates/datasource.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ <h2 class="pt-3" id="datacomponents">Data Components</h2>
<div class="col-md-12 section-view {% for domain in datacomponent.domains %}{{domain}} {% endfor %}">
<a class="anchor" id="{{datacomponent.name}}"></a>

<div class="section-desktop-view anchor-section">
<h4 class="pt-3">{{parsed.name}}: {{datacomponent.name}}</h4>
<div class="section-desktop-view">
<h4 class="pt-3 anchor-section">{{parsed.name}}: {{datacomponent.name}}</h4>
{% if datacomponent.descr %}
<div class="description-body">
{% if parsed.deprecated %}
Expand All @@ -163,8 +163,8 @@ <h4 class="pt-3">{{parsed.name}}: {{datacomponent.name}}</h4>
<div class="section-shadow"></div>
</div>

<div class="section-mobile-view anchor-section">
<h4 class="pt-3">{{parsed.name}}: {{datacomponent.name}}</h4>
<div class="section-mobile-view">
<h4 class="pt-3 anchor-section">{{parsed.name}}: {{datacomponent.name}}</h4>
<div class="section-shadow"></div>
</div>
<div class="section-mobile-view">
Expand Down

0 comments on commit 7ead378

Please sign in to comment.