**Problem:**
Text on buttons currently cannot easily be set to wrap. This is however necessary to support all languages on small screens.
This is unfortunately not only a matter of removing the property `white-space: nowrap;` as it appears that, in order to bypass the no-wrap behavior of the OOUI button, we'd have to write separate style modules each time.
**Screenshots:**
| {F37033787} | {F37033789} |
**Solution:**
We would like to see a centralized solution to include a property to allow button wrapping in Codex (and maybe evaluate applying a potential change to OOUI).
**Notes:**
* Further context T165870#8891653This issue originally came from a OOUI task: It is not only a matter of removing the property `white-space: nowrap;` as it appears that, in order to bypass the no-wrap behavior of the OOUI button, we'd have to write separate style modules each time. (see T165870 and T165870#8891653 for further context)
**List of UX debt that this will resolve:**
* T165870#8879237
* ...
**Acceptance criteria:**
[] We have an efficient solution to allow button wrapping in Codex
**Original:**
* T165870#8879237 by @Sarai-WMDE