Skip to content

Commit

Permalink
CLDR-18001 site: css fix for Subpage in sidebar
Browse files Browse the repository at this point in the history
- Subpages was indented too much, should be on the same level as Contents
  • Loading branch information
srl295 committed Oct 9, 2024
1 parent c1c6318 commit a2ecdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/assets/js/cldrsite.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const SubPagesPopup = {
},
},
template: `
<div class="subpages">
<div class="subpageList>
<div class="navHeader">Subpages</div>
<ul class="subpages" >
<li v-for="subpage of children" :key="subpage.path">
Expand Down

0 comments on commit a2ecdec

Please sign in to comment.