From a848817bfab778320cd03b1e55b8d2e7c488491e Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:51:14 +0000 Subject: [PATCH] ci: apply automated fixes --- examples/angular/row-dnd/src/app/app.component.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/angular/row-dnd/src/app/app.component.css b/examples/angular/row-dnd/src/app/app.component.css index 762f4acff7..9c94476209 100644 --- a/examples/angular/row-dnd/src/app/app.component.css +++ b/examples/angular/row-dnd/src/app/app.component.css @@ -1,8 +1,9 @@ .cdk-drag-preview { box-sizing: border-box; - box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), - 0 8px 10px 1px rgba(0, 0, 0, 0.14), - 0 3px 14px 2px rgba(0, 0, 0, 0.12); + box-shadow: + 0 5px 5px -3px rgba(0, 0, 0, 0.2), + 0 8px 10px 1px rgba(0, 0, 0, 0.14), + 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .cdk-drag-placeholder {