MediaWiki talk:Common.css

From Rejoice in the Catholic Faith
Revision as of 19:22, 7 August 2024 by Michael Bromley (talk | contribs) (→‎Edge browser read mode overflow doesn't work w/ pre: new section)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Edge browser read mode overflow doesn't work w/ pre

Chatgtp suggested just using a new div

so

.bible {

font-family: Roboto Mono; /* Use a monospace font like

 */
    font-size: 95%;
    max-width: 80%;
    white-space: pre-wrap;  /* Preserve whitespace, wrap text */
    overflow-wrap: break-word; /* Allow words to break to prevent overflow */
    padding: 5px; /* Add padding for better readability */
    background-color: #f5f5f5; /* Light background to mimic 
 appearance */
    border: 1px solid #ccc; /* Optional border for styling */
}