From 38bd8d49a589b6a615eb3b1cb90a2bba539ee8b8 Mon Sep 17 00:00:00 2001 From: haoRchen Date: Sat, 24 Feb 2018 11:27:30 -0500 Subject: [PATCH] style(aio): added padding-left to h3 in _subsection.scss (#22431) The h3 element is overflowing over its surrounding div element. Modified padding-left to align consistently with the remainder of div contents. fixes: #22407 PR Close #22431 --- aio/src/styles/2-modules/_heading-anchors.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/src/styles/2-modules/_heading-anchors.scss b/aio/src/styles/2-modules/_heading-anchors.scss index d6c1508c2c..aa6b74e5a4 100644 --- a/aio/src/styles/2-modules/_heading-anchors.scss +++ b/aio/src/styles/2-modules/_heading-anchors.scss @@ -31,7 +31,7 @@ .l-sub-section { h1, h2, h3, h4, h5, h6 { a { - padding-right: 24px; + padding-right: 64px; margin-left: -74px; } }