Page MenuHomePhabricator

References columns are not featuring enough margins
Closed, ResolvedPublic

Description

Currently, references columns are touching each other on desktop as the CSS column don't provide margin:

image.png (844×2 px, 405 KB)

Event Timeline

@Volker_E seems fixed as the result of reverting T150377.

screenshot from production (macOS/Chrome)
Screen Shot 2019-02-20 at 11.35.12 AM.png (931×1 px, 435 KB)

Darn, I already had such a nice solution for this in mind. :)

For completion, in case we're introducing outside again:

.mw-references-wrap.mw-references-columns:first-child {
    margin-right: -1em;
}

.reflist ol.references {
    padding-right: 1em;
}