Template:Infobox/styles.css: Difference between revisions

From The Audiovisual Identity Database
Jump to navigation Jump to search
imported>Hb1290
(Hb1290 changed the content model of the page Template:Infobox/styles.css from "wikitext" to "Sanitized CSS")
imported>Hb1290
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
.infobox .dropdown-item {
/*Fix text wrapping */
     padding:0
.infobox .dropdown-item, .portable-infobox .pi-data-value {
     padding:0;
    white-space:normal
}
/*prevent interference with Galleries*/
.mw-gallery-packed {
    clear:right
}
}

Latest revision as of 08:12, 19 March 2023

/*Fix text wrapping */
.infobox .dropdown-item, .portable-infobox .pi-data-value {
     padding:0;
     white-space:normal
}
/*prevent interference with Galleries*/
.mw-gallery-packed {
    clear:right
}