| commit | 0090451d22190569d16a6607805e704285a51ddf | [log] [tgz] |
|---|---|---|
| author | Nick Colley <nickcolley7@gmail.com> | Mon Nov 10 20:05:50 2014 +0000 |
| committer | Nick Colley <nickcolley7@gmail.com> | Mon Nov 10 20:05:50 2014 +0000 |
| tree | 2eeaf96f75a383defd53ca47e425a593698e8143 | |
| parent | 1681b081e886111c253e5467ee215b22ad6ae367 [diff] |
(#2963) - Fix guide navigation overflow
diff --git a/docs/static/less/pouchdb/navs.less b/docs/static/less/pouchdb/navs.less index 0ce05fe..336f692 100644 --- a/docs/static/less/pouchdb/navs.less +++ b/docs/static/less/pouchdb/navs.less
@@ -30,6 +30,7 @@ float: none; display: table-cell; width: 1%; + min-width: initial; > a { text-align: center; } } }