Jump to content

MediaWiki:Common.css: Difference between revisions

From Logic World Wiki
Created page with "CSS placed here will be applied to all skins: .vector-tab-noicon { border: 7px solid #fff; }"
 
No edit summary
 
(98 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
code {
 
overflow-wrap:break-word !important;
.vector-tab-noicon {
    border: 7px solid #fff;
}
}

Latest revision as of 12:54, 20 November 2025

code {
	overflow-wrap:break-word !important;
}