MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,359:
word-wrap: break-word !important;
overflow-wrap: break-word !important;
white-space: pre-wrap !important; /* Preserves your line breaks but wraps long ones */
/* REMOVE "white-space: pre-wrap" IF the animation is still broken,
but removing display: block usually fixes it. */
white-space: pre-wrap !important; /* Preserves your line breaks but wraps long ones */
 
/* Ensure the container doesn't push past the screen width */
max-width: 100% !important;
 
display: block !important;
/* --- DELETED THE LINE BELOW --- */
/* display: block !important; */ <-- This was the culprit
}