list-header styles should be specific enough to override h2 styles

Change-Id: I83e6992b0a63f456e1c2f7d17c87cbfc903d9c60
This commit is contained in:
jdlrobson 2021-10-04 15:51:47 -07:00 committed by Jdlrobson
parent 0583e92545
commit d990f99b9e

View file

@ -241,6 +241,8 @@ input.search {
.topic-title-list li,
.site-link-list li,
.drawer,
/*Specificity needed to override content styles in core. */
.content h2.list-header,
.list-header,
.mw-revision {
padding-left: @contentPadding;