in that page, the element with id="oauthWrapper" has style="width:32rem". It translates to 512px, more than the logical pixel width of an iPhone 15 of 393px. Replace that with style="max-width:32rem" and we're good.
When "All Workspaces" is selected, the message "All current and future bases in all current and future workspaces" has the class "truncate". Remove it to let it wrap.