Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Create an account below if you want to be able to make edits.

Template:Scrollable Math/styles.css

Template page
Revision as of 14:45, 17 November 2025 by Remorse (talk | contribs) (Created page with ".scrollable-math { overflow-x: auto; white-space: nowrap; max-width: 100%; padding: 4px 0; } .scrollable-math math, .scrollable-math .mwe-math-element { white-space: nowrap; display: inline-block; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.scrollable-math {
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
    padding: 4px 0;
}

.scrollable-math math,
.scrollable-math .mwe-math-element {
    white-space: nowrap;
    display: inline-block;
}