[bugfix] NavBar: limit title max width (#867)

This commit is contained in:
neverland
2018-04-13 12:57:16 +08:00
committed by GitHub
parent dc4b7cd5c3
commit 7285632c35
2 changed files with 3 additions and 1 deletions

View File

@@ -30,6 +30,8 @@
}
&__title {
margin: 0 auto;
max-width: 60%;
font-size: 16px;
}