We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250d1b5 commit 4b48202Copy full SHA for 4b48202
src/renderer/src/modules/settings/tabs/invitations.tsx
@@ -87,7 +87,9 @@ export const SettingInvitations = () => {
87
<TableRow key={row.code}>
88
<TableCell align="center" size="sm">
89
<div className="group relative flex items-center justify-center gap-2 font-mono">
90
- <span>{row.code}</span>
+ <span className="shrink-0">
91
+ {row.code}
92
+ </span>
93
<CopyButton
94
value={row.code}
95
className="absolute -right-6 p-1 opacity-0 group-hover:opacity-100 [&_i]:size-3"
0 commit comments