mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-01 07:49:43 +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 {
|
.mainContainer {
|
||||||
background: #f9f9f9;
|
background: #f9f9f9;
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
.mainContainer .wrapper {
|
.mainContainer .wrapper {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue