Skip to content

Commit 757ece1

Browse files
authored
fix: break and wrap archive server url on deviceId page (#515)
Just a minor fix for something that was bugging me :) Using the same pattern as on line 333 for the device ID. Before: ![WhatsApp Image 2026-01-30 at 10 01 42](https://github.com/user-attachments/assets/ba9f176b-97c9-4315-9664-8520eda99d90) After: ![WhatsApp Image 2026-01-30 at 10 06 17](https://github.com/user-attachments/assets/2dbe5661-f219-4f47-a733-3827d5c4bb6c)
1 parent a428a54 commit 757ece1

File tree

1 file changed

+1
-0
lines changed
  • src/renderer/src/routes/app/projects/$projectId_/team

1 file changed

+1
-0
lines changed

src/renderer/src/routes/app/projects/$projectId_/team/$deviceId.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ function CollaboratorInfoContent({
251251
variant="h3"
252252
fontWeight={500}
253253
textAlign="center"
254+
sx={{ overflowWrap: 'anywhere' }}
254255
>
255256
{member.selfHostedServerDetails.baseUrl}
256257
</Typography>

0 commit comments

Comments
 (0)