No web app can be expected to adapt infinitely. We should define a reasonable min-width for body, so that things don't look completely broken on small phone screens with large text sizes, for example.
nextcloud/server#60496 reminded me of this, which should be fixed on its own, but we should also try to mitigate these issues in general.
~20em seems reasonable to me to avoid clipping.
(Testing in the browser inspector, simply setting min-wdith doesn't actually seem to do it, likely because it messes with Vue, but then whatever the proper way would be.)
No web app can be expected to adapt infinitely. We should define a reasonable
min-widthforbody, so that things don't look completely broken on small phone screens with large text sizes, for example.nextcloud/server#60496 reminded me of this, which should be fixed on its own, but we should also try to mitigate these issues in general.
~
20emseems reasonable to me to avoid clipping.(Testing in the browser inspector, simply setting
min-wdithdoesn't actually seem to do it, likely because it messes with Vue, but then whatever the proper way would be.)