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
This commit is contained in:
parent
82a791223c
commit
7e4c13f2de
|
@ -31,7 +31,7 @@
|
|||
.l-sub-section {
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
a {
|
||||
padding-right: 24px;
|
||||
padding-right: 64px;
|
||||
margin-left: -74px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue