From 8f6b476388f92d7f54b23a15e877b0d9b189a435 Mon Sep 17 00:00:00 2001 From: mabashian Date: Mon, 3 Dec 2018 11:30:33 -0500 Subject: [PATCH] Update sidebar override to ensure it is the same width as the masthead --- src/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.scss b/src/app.scss index 3fa493cdf8..5f79cc5505 100644 --- a/src/app.scss +++ b/src/app.scss @@ -21,7 +21,7 @@ // .pf-l-page__sidebar{ - --pf-l-page__sidebar--Width--lg: 255px; + --pf-l-page__sidebar--md--Width: 255px; .pf-c-nav { overflow-y: auto;