We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aad576 commit 255f76bCopy full SHA for 255f76b
1 file changed
ui/src/pages/Questions/Detail/components/InviteToAnswer/index.tsx
@@ -132,7 +132,7 @@ const Index: FC<Props> = ({ questionId, readOnly = false }) => {
132
className="rounded-1"
133
alt={user.display_name}
134
/>
135
- <span className="text-nowrap ms-2">{user.display_name}</span>
+ <span className="text-break ms-2">{user.display_name}</span>
136
{/* eslint-disable-next-line jsx-a11y/click-events-have-key-events */}
137
<span
138
className="px-1 me-n1"
@@ -153,7 +153,7 @@ const Index: FC<Props> = ({ questionId, readOnly = false }) => {
153
154
155
156
- <small className="text-nowrap ms-2">{user.display_name}</small>
+ <small className="ms-2">{user.display_name}</small>
157
</Link>
158
);
159
})}
0 commit comments