Skip to content

Commit

Permalink
Fix #2541
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaharagon committed Apr 16, 2024
1 parent 974426a commit b893c64
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion includes/contributors.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

<!-- markdownlint-disable MD041 -->
<div class="all-contributors-table">
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
Expand Down Expand Up @@ -430,3 +431,4 @@
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->
</div>
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ theme:
- search.highlight

extra_css:
- assets/stylesheets/extra.css?v=1
- assets/stylesheets/extra.css?v=2
extra_javascript:
- assets/javascripts/randomize-element.js?v=1
- assets/javascripts/resolution.js?v=1
Expand Down
4 changes: 4 additions & 0 deletions theme/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ details[class="downloads annotate"] > p .md-annotation span span::before {
.downloads > ul {
grid-template-columns: repeat(2, 1fr);
}
.all-contributors-table tbody td {
display: block;
width: 100%;
}
}

/* Card links */
Expand Down

0 comments on commit b893c64

Please sign in to comment.