mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 01:03:50 +02:00
fix styles
This commit is contained in:
@@ -87,7 +87,7 @@ export const createColumns = ({ onDelete, onDeletePrompt }) => {
|
||||
const original = row.original;
|
||||
return (
|
||||
<span
|
||||
class="x-link block w-full min-w-0 truncate pr-2.5"
|
||||
class="cursor-pointer block w-full min-w-0 truncate pr-2.5 cursor-pointer"
|
||||
onClick={() => showUserDialog(original.sourceUserId)}
|
||||
>
|
||||
{original.sourceDisplayName}
|
||||
@@ -107,7 +107,7 @@ export const createColumns = ({ onDelete, onDeletePrompt }) => {
|
||||
const original = row.original;
|
||||
return (
|
||||
<span
|
||||
class="x-link block w-full whitespace-normal break-words pr-2.5"
|
||||
class="cursor-pointer block w-full whitespace-normal wrap-break-word pr-2.5 cursor-pointer"
|
||||
onClick={() => showUserDialog(original.targetUserId)}
|
||||
>
|
||||
{original.targetDisplayName}
|
||||
|
||||
Reference in New Issue
Block a user