mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
Remove styles for dd
that cause content to be cut off
They reference T160946, but in that task it was explained that the problem was caused by faulty wikitext (T160946#3230740), so I don't know why they were added. Bug: T323640 Change-Id: I73d654d1f9127e22365d94909681c1c5f5f39597
This commit is contained in:
parent
9efaa2a594
commit
4648848cbf
|
@ -43,13 +43,3 @@ 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