I have an example application where I use cdk-Dragging
. Problem is when I drag it, a class called cdk-drag-preview
is being applied and making the dragged row smaller.
Above you can see that when I try to drag, the dragged row is getting smaller until I drop it. I want it to be as large as other ones, never changing. I tried to add properties to this class but couldn't make it work. How can I keep the width of this row?
Here is what I tried on stackblitz :