From 3f3be429c9d61cb79a1413577e2c7b72134855fa Mon Sep 17 00:00:00 2001 From: haoRchen Date: Sun, 25 Feb 2018 22:19:26 -0500 Subject: [PATCH] style(aio): updated padding-right for the .alert class in _heading-anchors.scss (#22431) The h3 element is overflowing over its surrounding div element. Modified padding-right 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 aa6b74e5a4..704691c6e2 100644 --- a/aio/src/styles/2-modules/_heading-anchors.scss +++ b/aio/src/styles/2-modules/_heading-anchors.scss @@ -40,7 +40,7 @@ .alert { h1, h2, h3, h4, h5, h6 { a { - padding-right: 40px; + padding-right: 80px; margin-left: -90px; } }