@ctrliq/quantic-components 1.63.5 → 1.63.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -143,6 +143,7 @@ ConfirmDialog.styles = css `
143
143
  gap: var(--quantic-spacing-3);
144
144
  margin: 0;
145
145
  color: var(--quantic-text-secondary);
146
+ overflow-wrap: break-word;
146
147
  }
147
148
 
148
149
  [size='md'] .body,