Skip to content

Commit

Permalink
Merge pull request #2613 from OctopusDeploy/ianr/fix-appearance-of-wr…
Browse files Browse the repository at this point in the history
…apped-link-labels

Cater for multi-line link labels in right sidenav
  • Loading branch information
iryan2 authored Jan 22, 2025
2 parents 959caea + 95851b2 commit fcc119f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/docs/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ nav.skip-links a:focus {
flex-direction: column;
justify-content: center;
list-style: none;
gap: 0.5rem;
gap: 1rem;
}

.article-nav__item {
Expand All @@ -872,7 +872,7 @@ nav.skip-links a:focus {
display: flex;
color: var(--color-subtitle);
font-size: var(--font-size-medium);
line-height: 2.6rem;
line-height: 1.5rem;
font-weight: 400;
text-decoration: none;
transition-property: font-weight, color, transform;
Expand Down

0 comments on commit fcc119f

Please sign in to comment.