Fix selector specificty for Minerva

Bug: T270989
Change-Id: I55d6735002247b228b7c2a7406d684496b0b7f00
This commit is contained in:
Ed Sanders 2021-01-01 16:42:55 +00:00
parent 10ec5067c5
commit d3b4227ed4

View file

@ -42,7 +42,8 @@
display: block;
}
&-lines pre {
&-lines pre,
.content &-lines pre { // Increase specificty over mobile selectors
padding-left: 3.5em;
box-shadow: inset 2.75em 0 0 #f0f0f0;
}