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 4c0168e commit 8c0358cCopy full SHA for 8c0358c
1 file changed
src/components/Team.tsx
@@ -154,9 +154,9 @@ const Team = () => {
154
</div>
155
)}
156
157
- <div className="absolute -bottom-2 left-1/2 -translate-x-1/2 px-3 py-1 bg-primary text-primary-foreground text-xs font-medium rounded-full">
158
- {member.role}
159
- </div>
+ <div className="absolute -bottom-2 left-1/2 -translate-x-1/2 px-3 py-1 bg-primary text-primary-foreground text-xs font-medium rounded-full whitespace-nowrap">
+ {member.role}
+</div>
160
161
162
<div className="text-center">
0 commit comments