Difference between revisions of "MediaWiki:Common.css"
From The Embassy of Good Science
(Created page with "→CSS placed here will be applied to all skins: //overwrite with of input field dropdown #pfForm select { width:100%; }") |
|||
Line 2: | Line 2: | ||
//overwrite with of input field dropdown | //overwrite with of input field dropdown | ||
#pfForm select { | #pfForm select { | ||
− | width:100%; | + | width:100% !important; |
} | } |
Revision as of 14:54, 1 September 2020
/* CSS placed here will be applied to all skins */
//overwrite with of input field dropdown
#pfForm select {
width:100% !important;
}