From f2dceffc09c2b0ec9b6fca2450497c4332c20c2a Mon Sep 17 00:00:00 2001 From: Fienny Angelina <24544912+fiennyangeln@users.noreply.github.com> Date: Sun, 9 Sep 2018 18:00:47 +0800 Subject: [PATCH] Fix nav to take full width in the docs page (#935) * Fix nav to take full width in the docs page Fix #911 * Remove using important in css * Make Getting started flushed together with icon --- lib/core/DocsLayout.js | 4 ++-- lib/static/css/main.css | 26 +++++++++++++++++++++++--- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/lib/core/DocsLayout.js b/lib/core/DocsLayout.js index 7078eef068..3f47790a07 100644 --- a/lib/core/DocsLayout.js +++ b/lib/core/DocsLayout.js @@ -78,7 +78,7 @@ class DocsLayout extends React.Component { metadata={metadata}>
- + {hasOnPageNav && ( -