mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
Merge "Follow-up I24090527: Add .mw-parser-output scope to limit to parsed output"
This commit is contained in:
commit
9cf1c286e5
|
@ -33,14 +33,6 @@
|
|||
}
|
||||
}
|
||||
/* stylelint-enable no-descending-specificity */
|
||||
|
||||
dl dd {
|
||||
display: block;
|
||||
// Some dd's may contain images so these need to be scrollable
|
||||
// Text will not become scrollable.
|
||||
// (see T160946)
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
||||
/* As in Vector, indenting of definition lists, and bolding of defintion terms is generically useful */
|
||||
|
@ -51,3 +43,13 @@ dl {
|
|||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
.mw-parser-output {
|
||||
dl dd {
|
||||
display: block;
|
||||
// Some dd's may contain images so these need to be scrollable
|
||||
// Text will not become scrollable.
|
||||
// (see T160946)
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue