Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 462: Line 462:


.wizlords-shared-classes ul {
.wizlords-shared-classes ul {
columns: 2;
display: grid;
column-gap: 20px;
grid-auto-flow: column;
margin: 2px 0 0;
grid-template-rows: repeat(5, auto);
padding-left: 20px;
grid-auto-columns: max-content;
column-gap: 42px;
width: max-content;
margin: 2px auto 0;
padding-left: 0;
list-style: disc outside;
list-style: disc outside;
}
}
Line 472: Line 476:
display: list-item;
display: list-item;
margin: 0 0 3px;
margin: 0 0 3px;
margin-left: 18px;
break-inside: avoid;
break-inside: avoid;
}
}