MediaWiki:Infobox.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 152: Line 152:
     width: 100%;
     width: 100%;
     display: flex;
     display: flex;
     flex-direction: row-reverse;
     flex-direction: column;
     gap: 0.5rem;
     gap: 0.5rem;
     height: 100%;
     height: 100%;
Line 159: Line 159:
.infobox-new .mw-collapsible-content {
.infobox-new .mw-collapsible-content {
     width: 100%;
     width: 100%;
}
.infobox-new .infobox-content ul {
    list-style-position: inside;
}
}