From 34e2192f41713836873694039d469d5b2c8fb186 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sat, 4 Apr 2015 00:32:33 +0000 Subject: [PATCH] Tweaked leftmenu width setting. - Legacy-Id: 9388 --- static/css/ietf.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/ietf.css b/static/css/ietf.css index e4dc57cbe..7dfdceb02 100644 --- a/static/css/ietf.css +++ b/static/css/ietf.css @@ -69,7 +69,7 @@ body { padding-top: 70px; } .nav-stacked>li, .nav-stacked>li+li { margin: 0; line-height: 1.214; } .nav-stacked>li>a { padding: 2px 8px; } .leftmenu { - max-width: 200px; + width: 200px; } .leftmenu .nav { overflow-wrap: break-word }