/*************************************************
 * MantisCustomizing
 * @author eliozzzzzz
 * @version 1.0.15
 *************************************************/

/** time tracking, month select, set min-width */
select[name$="_month"] { 
	min-width: 100px; 
}
 
/** view.php, summary field text */
td.bug-summary {
	font-size: large; 
	font-weight: bold;
}

/** view.php, bugnote long links word-wrap */
#bugnotes a {
	word-wrap: anywhere;
}

/** view.php, bugnote long text in pre white-space-wrap */
#bugnotes pre {
	white-space: pre-wrap;
	--overflow: scroll;
}

/** blockquote, left-border not visible, text too big */
blockquote {
	border-color: inherit;
	font-size: 14px;
}



