MediaWiki:Gadget-SyntaxHighlighter.css: Difference between revisions

From Destinypedia, the Destiny wiki

No edit summary
No edit summary
Tag: Reverted
Line 1: Line 1:
/* Custom CSS for the syntax highlighter */
/* Custom CSS for the syntax highlighter */


#wpTextbox0 {
overflow: hidden !important;
}
#wpTextbox0, #wpTextbox1 {
#wpTextbox0, #wpTextbox1 {
border: 0 !important;
border: 0 !important;

Revision as of 09:10, March 8, 2023

/* Custom CSS for the syntax highlighter */

#wpTextbox0 {
	overflow: hidden !important;
}
#wpTextbox0, #wpTextbox1 {
	border: 0 !important;
	line-height: 1.4em !important;
	overflow-wrap: unset !important;
	padding: 0.1em !important;
}