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
This commit is contained in:
haoRchen 2018-02-25 22:19:26 -05:00 committed by Alex Eagle
parent 7e4c13f2de
commit 3f3be429c9
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
.alert {
h1, h2, h3, h4, h5, h6 {
a {
padding-right: 40px;
padding-right: 80px;
margin-left: -90px;
}
}