Jump to content

Template:Wrap at/styles.css

From Wikipedia, the free encyclopedia
/* default behavior, wrap at 
 (
) characters */
.wrap-at {
	white-space: pre-line;
}

/*
 * override the line-wrapping (treats 
/
 as regular whitespace
 * breaking opportunity)
 */
.wrap-at-ignore .wrap-at,
.wrap-at-ignore.wrap-at {
	white-space: inherit;
}