From 5f2cf6623f0d0139faf3545a76e8484c29d40110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Sj=C3=B6lander?= Date: Tue, 13 Feb 2018 11:27:43 -0800 Subject: [PATCH] Bump size of documentation sidebar Reviewed By: danielbuechele Differential Revision: D6978450 fbshipit-source-id: c82da40e2ef44b360cb98e1cc0a28b516aa2e573 --- website/src/components/DocsSidebar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/DocsSidebar.css b/website/src/components/DocsSidebar.css index b0809ecfc4..3e4d487bed 100644 --- a/website/src/components/DocsSidebar.css +++ b/website/src/components/DocsSidebar.css @@ -9,7 +9,7 @@ .DocsSidebar { height: 100%; - width: 350px; + width: 450px; padding: 20px; border-right: 1px solid #dddfe2; overflow: auto;