From ce6f22c60efa0778d4773bd9a6116e7e7c42272a Mon Sep 17 00:00:00 2001
From: mechtelm <nicht@mehr.fragen>
Date: Mon, 22 Nov 2021 09:35:23 +0100
Subject: [PATCH] Fix formatting

---
 projects/common/element-components/slider.component.ts | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/projects/common/element-components/slider.component.ts b/projects/common/element-components/slider.component.ts
index 8db12cff3..1b4925261 100644
--- a/projects/common/element-components/slider.component.ts
+++ b/projects/common/element-components/slider.component.ts
@@ -48,9 +48,7 @@ import { FormElementComponent } from '../form-element-component.directive';
     </div>
   `,
   styles: [
-    '.dynamic-image{width: 100%; height: fit-content}',
-    '.static-image{ width: 100%; height: 100%; object-fit: contain}',
-    ':host ::ng-deep .mat-slider-thumb{border-radius: 0; width: 10px; height: 40px; bottom: -15px}'
+    ':host ::ng-deep .mat-slider-thumb {border-radius: 0; width: 10px; height: 40px; bottom: -15px}'
   ]
 })
 export class SliderComponent extends FormElementComponent implements OnInit {
-- 
GitLab