Skip to content

Commit

Permalink
fixing dropdown menu on contributing page for sub-articles
Browse files Browse the repository at this point in the history
  • Loading branch information
sarzz2 committed Nov 4, 2023
1 parent 74b7b8b commit 2d158dd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pydis_site/static/css/content/page.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,12 @@ ul.menu-list.toc {
li img {
margin-top: 0.5em;
}

.dropdown-menu{
min-width: 15rem;
}

a.dropdown-item {
white-space: normal;
padding-right: 0;
}

0 comments on commit 2d158dd

Please sign in to comment.