MediaWiki:Gadget-SyntaxHighlighter.css: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
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 22:10, 9 March 2023

/* Custom CSS for the syntax highlighter */

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