79539230

Date: 2025-03-27 14:55:40
Score: 1.5
Natty:
Report link

You just need to overwrite the margin in the .cdk-drag-preview class:

.cdk-drag-preview {
   margin-right: auto  !important;
}

Check it on the stackblitz example.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: tlberio