mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-25 17:53:48 +02:00
fix alert dialog description wrapping issue
This commit is contained in:
@@ -48,9 +48,11 @@
|
||||
@escapeKeyDown="onEscapeKeyDown"
|
||||
@pointerDownOutside="onPointerDownOutside"
|
||||
@interactOutside="onInteractOutside">
|
||||
<AlertDialogHeader>
|
||||
<AlertDialogHeader class="min-w-0">
|
||||
<AlertDialogTitle>{{ alertTitle }}</AlertDialogTitle>
|
||||
<AlertDialogDescription>{{ alertDescription }}</AlertDialogDescription>
|
||||
<AlertDialogDescription class="w-full min-w-0 whitespace-normal wrap-anywhere">
|
||||
{{ alertDescription }}
|
||||
</AlertDialogDescription>
|
||||
</AlertDialogHeader>
|
||||
|
||||
<AlertDialogFooter>
|
||||
|
||||
Reference in New Issue
Block a user