Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix navbar line break in docusairis
  • Loading branch information
andriijas committed Oct 16, 2019
commit 6e4eb157544d47440e5837c08ef32e406421816a
4 changes: 4 additions & 0 deletions docusaurus/website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@
--ifm-color-primary-lighter: rgb(83, 224, 197);
--ifm-color-primary-lightest: rgb(132, 233, 214);
}

.navbar__brand {
white-space: nowrap;
}