Template:Infobox/styles.css: Difference between revisions

From The Audiovisual Identity Database
Jump to navigation Jump to search
imported>Hb1290
(Created page with ".infobox .dropdown-item { padding:0 }")
imported>Hb1290
No edit summary
 
(5 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
}