diff --git a/src/client/UsernameInput.ts b/src/client/UsernameInput.ts index be157e8c1..b2a6c1c2d 100644 --- a/src/client/UsernameInput.ts +++ b/src/client/UsernameInput.ts @@ -197,7 +197,7 @@ export class UsernameInput extends LitElement { tag: this.clanTag, }); const className = - "absolute top-full left-0 z-50 mt-1 px-3 py-2 text-sm font-medium border border-red-500/50 rounded-lg bg-red-900/90 text-red-200 backdrop-blur-md shadow-lg whitespace-nowrap"; + "absolute top-full left-0 z-50 mt-1 px-3 py-2 text-sm font-medium border border-red-500/50 rounded-lg bg-red-900/90 text-red-200 backdrop-blur-md shadow-lg lg:whitespace-nowrap"; if (this.clanTagOwnershipError !== "username.tag_not_member") { return html`
diff --git a/src/client/components/PlayPage.ts b/src/client/components/PlayPage.ts index fff2a0b62..01c73baa6 100644 --- a/src/client/components/PlayPage.ts +++ b/src/client/components/PlayPage.ts @@ -115,7 +115,7 @@ export class PlayPage extends LitElement {