Welcome to Super-Shiritori!
Please remember:
- No vandalism – Do not add nonsense, false info, spam, or blank pages.
- Respect others – Be polite and assume good faith.
- Use reliable information – Make sure edits are accurate and IMPORTANT.
- Stay constructive – Help us grow the wiki with content, especially with the Word compendium.
⚠️ Repeated vandalism or rule-breaking may result in warnings or blocks. If you see vandalism, please revert it and notify an admin.
No edit summary |
attempt like 3 |
||
| Line 1: | Line 1: | ||
/* FORCE BREAK GIANT | /* FORCE BREAK GIANT ARTICLE TITLES */ | ||
h1.page-header__title, | |||
.page-header__title, | .page-header__title, | ||
.page-header__title-wrapper, | .page-header__title-wrapper, | ||
.page- | .page-header__main { | ||
display: | display: block !important; | ||
word-break: break-all !important; | word-break: break-all !important; | ||
overflow-wrap: break-word !important; | overflow-wrap: break-word !important; | ||
white-space: normal !important; | white-space: normal !important; | ||
max-width: 100% !important; | |||
} | } | ||
/* FORCE BREAK INSIDE BODY ARTICLES */ | /* FORCE BREAK INSIDE BODY ARTICLES */ | ||
.mw-parser-output { | .mw-parser-output { | ||
word-break: break- | word-break: break-all !important; | ||
overflow-wrap: break-word !important; | overflow-wrap: break-word !important; | ||
} | } | ||
Revision as of 03:33, 26 August 2026
/* FORCE BREAK GIANT ARTICLE TITLES */
h1.page-header__title,
.page-header__title,
.page-header__title-wrapper,
.page-header__main {
display: block !important;
word-break: break-all !important;
overflow-wrap: break-word !important;
white-space: normal !important;
max-width: 100% !important;
}
/* FORCE BREAK INSIDE BODY ARTICLES */
.mw-parser-output {
word-break: break-all !important;
overflow-wrap: break-word !important;
}
