Skip to content

Commit

Permalink
Fix navbar line break in header (#8437)
Browse files Browse the repository at this point in the history
  • Loading branch information
esvyridov committed Feb 6, 2020
1 parent 687c4eb commit cd2469e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docusaurus/website/src/css/custom.css
Expand Up @@ -26,3 +26,8 @@
margin: 0 calc(-1 * var(--ifm-pre-padding));
padding: 0 var(--ifm-pre-padding);
}

.navbar .navbar__brand > strong {
flex-shrink: 0;
max-width: 100%;
}

0 comments on commit cd2469e

Please sign in to comment.