Oliver Geer
Oliver Geer
# I have fixed this in pull request mathjax/MathJax-src#1029 ### Issue Summary Typo in Context Menu > MathJax Help (Modal) > Math Zoom (section). "scall" should be "scale", as far...
Fixes #29259 ; Tested on Edge (121.0.2277.128 (Official build) (64-bit)) and Firefox 
 Reproduce this by copy-pasting the Google.com homepage into [Neattribute](https://github.com/WebCoder49/neattribute).
Currently, to override code-input's default styles, `!important` is often needed. This is not obvious and should either be removed or well-documented. ```css code-input { margin: 100px!important; --padding: 100px!important; } ```
There should be an easy way to do this. `white-space: pre-wrap` doesn't seem to work.
The `code-input` library should be able to be imported after page load. This has been a problem [here](https://github.com/THEOplayer/documentation/blob/refs%2Fheads%2Fmain/src%2Fcomponents%2FCodeInput%2Findex.tsx#L15-L16), fixed with a "hack".
- Using `input` instead of `textarea` - Like GitHub search bar, for use in similar contexts
## My environment My work-in-progress WebCoder49/neattribute project, in MS Edge 125.0.2535.51 (Official build) (64-bit). ## Steps to reproduce * Use the FindAndReplace plugin, then Ctrl+F and type a word that...
When I Minetest (installed via `git clone --recursive`), then start a `singlenode`-generated world, I get: 
I `git clone`d CTW into my `.minetest/games/` directory to install it, and when I ran Minetest had to install Ruben Wardy's Classroom and Chat Command Builder mods (through the Minetest...