From babea67846566c047117d0073ce4b19a80f04337 Mon Sep 17 00:00:00 2001 From: HyunSangHan Date: Thu, 24 Oct 2019 22:49:32 +0900 Subject: [PATCH] Edit css(min-width of #main) Fix issue : Insufficient white space for API docs in view on mobile --- static/styles/jsdoc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/jsdoc.css b/static/styles/jsdoc.css index 844d0e5..a03d0da 100644 --- a/static/styles/jsdoc.css +++ b/static/styles/jsdoc.css @@ -654,7 +654,7 @@ html[data-search-mode] .level-hide { #main { width: 100%; - min-width: 360px; + min-width: 335px; } #main h1.page-title {