diff --git a/rsconcept/frontend/src/app/global-tooltips.tsx b/rsconcept/frontend/src/app/global-tooltips.tsx
index e618c2c6..84f278d9 100644
--- a/rsconcept/frontend/src/app/global-tooltips.tsx
+++ b/rsconcept/frontend/src/app/global-tooltips.tsx
@@ -10,7 +10,7 @@ export const GlobalTooltips = () => {
layer='z-topmost'
place='bottom-start'
offset={24}
- className='max-w-80 break-words rounded-lg! select-none'
+ className='max-w-80 wrap-break-word rounded-lg! select-none'
/>
{error.stack}}
+ {error.stack && {error.stack}}
);
}
diff --git a/rsconcept/frontend/src/features/rsform/components/info-constituenta.tsx b/rsconcept/frontend/src/features/rsform/components/info-constituenta.tsx
index b6a6c5de..ec2d6b24 100644
--- a/rsconcept/frontend/src/features/rsform/components/info-constituenta.tsx
+++ b/rsconcept/frontend/src/features/rsform/components/info-constituenta.tsx
@@ -11,7 +11,7 @@ interface InfoConstituentaProps extends React.ComponentProps<'div'> {
export function InfoConstituenta({ data, className, ...restProps }: InfoConstituentaProps) {
return (
-