mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix: update ConfirmModal description styling for better text wrapping
This commit is contained in:
@@ -44,7 +44,7 @@ const ConfirmModal: FunctionComponent<ComponentProps> = (
|
||||
>
|
||||
<div
|
||||
data-testid="confirm-modal-description"
|
||||
className="text-gray-500 mt-5 text-sm text-wrap"
|
||||
className="text-gray-500 mt-5 text-sm whitespace-pre-wrap break-words max-h-96 overflow-y-auto pr-1"
|
||||
>
|
||||
{props.description}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user