From e5703b0d3fbb8ba8945205ce5b2b442065c3a413 Mon Sep 17 00:00:00 2001 From: Jason Etcovitch Date: Thu, 21 Jan 2021 11:29:21 -0500 Subject: [PATCH 1/9] Fix release notes sidescroll (#17412) * Make some small adjustments * It was so simple all along --- layouts/release-notes.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/layouts/release-notes.html b/layouts/release-notes.html index 29b0529fa0..201163f591 100644 --- a/layouts/release-notes.html +++ b/layouts/release-notes.html @@ -7,12 +7,12 @@ {% include sidebar %} -
+
{% include header %} {% include deprecation-banner %} -
-
+
+
{% if prevRelease %} {% for patch in releaseNotes %} -
-
+
+

{{ allVersions[currentVersion].versionTitle }}.{{ patch.patchVersion }} @@ -62,16 +62,16 @@

{{ patch.date | date: "%B %d, %Y" }}

-
-

{{ patch.intro }}

+
+
{{ patch.intro }}
{% for section in patch.sections %} -
-
+
+
{% include 'release-notes-category-label' %}
-