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:
parent
7e4c13f2de
commit
3f3be429c9
|
@ -40,7 +40,7 @@
|
|||
.alert {
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
a {
|
||||
padding-right: 40px;
|
||||
padding-right: 80px;
|
||||
margin-left: -90px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue