From eb9e30bb309825b7a788b571e7d5c9414a1056e3 Mon Sep 17 00:00:00 2001 From: Dmitry Mottl Date: Tue, 20 Feb 2018 16:24:38 +0100 Subject: [PATCH] Minor: fixed dropdown
  • width in xgboost.css (#3121) --- doc/_static/xgboost.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/_static/xgboost.css b/doc/_static/xgboost.css index f4862a706..03bca158b 100644 --- a/doc/_static/xgboost.css +++ b/doc/_static/xgboost.css @@ -185,7 +185,7 @@ pre { .dropdown-menu li { padding: 0px 0px; - width: 120px; + width: 100%; } .dropdown-menu li a { color: #0079b2;