Commit bdabbed6 authored by Valentin's avatar Valentin
Browse files

fix: fixing the style of the images

parent 430e81b4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -53,8 +53,7 @@ export class SimulationOrderComponent implements OnDestroy, OnInit {
					p.product.description
				),
				style: {
					maxWidth: '100%',
					maxHeight: '100%',
					height: '100%',
				},
			};
		});
+1 −2
Original line number Diff line number Diff line
@@ -97,8 +97,7 @@ export class WarehouseOrderViewComponent
					p.product.description
				),
				style: {
					maxWidth: '100%',
					maxHeight: '100%',
					height: '100%',
				},
			};
		});