"Ingo Schwarze" <schwa...@usta.de> wrote: > > html { max-width: 100ex; } > > > > Removing this line allows the use of the full browser width. > For testing purposes, i removed that line from > https://man.openbsd.org/mandoc.css > > xcv@, could you check with your phone whether this solves > your original issue?
It does not, in fact it makes things worse; it makes the text smaller, but now if you zoom, lines will be outside the screen. I get a better result by deleting the .css as this makes the text fill the screen without making it small. I have a difficulty understanding the rendering logic, so that's why I didn't comment on this earlier. original | viewport | no-100px https://viewports.github.io/man/sidebyside2.html Also, I tried making three very simple html pages. The first one contains only a button. The second only some Lipsum. The third has both the button and the lipsum. Neither Edge nor Safari renders these sensibly as is. https://viewports.github.io/buttonlorem/ https://raw.githubusercontent.com/viewports/viewports.github.io/master/buttonlorem/button.html https://raw.githubusercontent.com/viewports/viewports.github.io/master/buttonlorem/lorem.html https://raw.githubusercontent.com/viewports/viewports.github.io/master/buttonlorem/buttonlorem.html