Merge "Cite: Move margin in column references"

This commit is contained in:
jenkins-bot 2021-02-09 13:56:39 +00:00 committed by Gerrit Code Review
commit b87116d12f

View file

@ -10,6 +10,12 @@
-webkit-column-width: 30em;
-moz-column-width: 30em;
column-width: 30em;
margin-top: 0.3em;
}
/* Lines first column up nicely. */
.mw-parser-output .mw-references-columns .references {
margin-top: 0;
}
/* Avoid elements from breaking between columns */