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:
Bartosz Dziewoński 2022-11-22 20:32:47 +01:00
parent 9efaa2a594
commit 4648848cbf

View file

@ -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;
}
}