Skip to content

Commit

Permalink
fix(kms): fix credential page word wrap
Browse files Browse the repository at this point in the history
ref: MANAGER-15440

Signed-off-by: Romain Jamet <[email protected]>
  • Loading branch information
Romain Jamet authored and darsene committed Nov 15, 2024
1 parent 37d5e5d commit 1ff8122
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const CredentialGeneralInformations = () => {
];

return (
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 md:gap-6">
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 md:gap-6 break-words">
<DashboardTile
title={t(
'key_management_service_credential_dashboard_tile_general_informations',
Expand Down

0 comments on commit 1ff8122

Please sign in to comment.