diff --git a/src/components/InvitesPanel.vue b/src/components/InvitesPanel.vue
index 5c9d42c..41e9554 100644
--- a/src/components/InvitesPanel.vue
+++ b/src/components/InvitesPanel.vue
@@ -384,6 +384,12 @@ function inviteDetail(invite: Invite): string {
text-overflow: ellipsis;
}
+@media (min-width: 768px) {
+ .invite-code {
+ max-width: 80ch;
+ }
+}
+
.invite-status-pill {
flex-shrink: 0;
font-size: 0.65rem;
diff --git a/src/views/AccountView.vue b/src/views/AccountView.vue
index ac13f91..53df3d2 100644
--- a/src/views/AccountView.vue
+++ b/src/views/AccountView.vue
@@ -37,7 +37,7 @@ onMounted(() => {