Skip to content

Commit

Permalink
Changed css to fix navigation issues in long menu names. (#1621)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamchetanp authored May 16, 2024
1 parent 61a5572 commit 759be46
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2947,15 +2947,17 @@ body, #pagebody {
display: flex !important;
align-items: center;
font-size: 14px;

flex-wrap: wrap;
justify-content: right;
}

.main-navigation ul li {
border: 0;
display: inline-block;
font-size: 1rem;
margin-right: 1rem;
padding: 0;
margin-left: 1rem;
margin-right: 0;
padding: 0.4rem 0;
}

.main-navigation ul li:last-of-type {
Expand Down

0 comments on commit 759be46

Please sign in to comment.