Skip to content
Snippets Groups Projects
Commit ce6f22c6 authored by mechtelm's avatar mechtelm
Browse files

Fix formatting

parent b4d6c9a7
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment