mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 10:17:55 +02:00
Ensure mutli-word page titles do not wrap (#13)
If you happen to have a page with the title of "Getting Started", the title would wrap even if there was plenty of space.
This commit is contained in:
parent
6e433f45c3
commit
4fd8d5a105
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ header h2 {
|
|||
|
||||
.mainContainer {
|
||||
background: #f9f9f9;
|
||||
flex: 1;
|
||||
}
|
||||
.mainContainer .wrapper {
|
||||
text-align: left;
|
||||
|
|
Loading…
Add table
Reference in a new issue