Skip to content

Commit

Permalink
Add default bade numbers to prevent layout change
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Sep 25, 2024
1 parent 025ba6e commit 549aba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/gh-pages/index_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h1>Clippy Lints</h1> {# #}
</div> {# #}
<div class="btn-group" id="lint-groups" tabindex="-1"> {# #}
<button type="button" class="btn btn-default dropdown-toggle"> {# #}
Lint groups <span class="badge"></span> <span class="caret"></span> {# #}
Lint groups <span class="badge">0</span> <span class="caret"></span> {# #}
</button> {# #}
<ul class="dropdown-menu" id="lint-groups-selector"> {# #}
<li class="checkbox"> {# #}
Expand Down Expand Up @@ -107,7 +107,7 @@ <h1>Clippy Lints</h1> {# #}
<div class="btn-group", id="lint-applicabilities" tabindex="-1"> {# #}
<button type="button" class="btn btn-default dropdown-toggle"> {# #}
Applicability {#+ #}
<span class="badge"></span> {#+ #}
<span class="badge">0</span> {#+ #}
<span class="caret"></span> {# #}
</button> {# #}
<ul class="dropdown-menu" id="lint-applicabilities-selector"> {# #}
Expand Down

0 comments on commit 549aba5

Please sign in to comment.