mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 02:33:48 +02:00
fix styles
This commit is contained in:
@@ -89,7 +89,7 @@ export const createColumns = ({ onDelete, onDeletePrompt }) => {
|
||||
const displayName =
|
||||
original.displayName || original.userId || '';
|
||||
return (
|
||||
<span class="block w-full whitespace-normal break-words">
|
||||
<span class="block w-full whitespace-normal wrap-break-word cursor-pointer">
|
||||
{original.type === 'DisplayName' ? (
|
||||
<span class="mr-1">
|
||||
{original.previousDisplayName}
|
||||
@@ -97,7 +97,7 @@ export const createColumns = ({ onDelete, onDeletePrompt }) => {
|
||||
</span>
|
||||
) : null}
|
||||
<span
|
||||
class="x-link pr-2.5"
|
||||
class="cursor-pointer pr-2.5"
|
||||
onClick={() => showUserDialog(original.userId)}
|
||||
>
|
||||
{displayName}
|
||||
|
||||
Reference in New Issue
Block a user