diff --git a/angular/src/app/components/product-modal/product-modal.component.html b/angular/src/app/components/product-modal/product-modal.component.html index 1b5ce23..b737b68 100644 --- a/angular/src/app/components/product-modal/product-modal.component.html +++ b/angular/src/app/components/product-modal/product-modal.component.html @@ -1,5 +1,7 @@
;
img {
width: 100%;
border-radius: 1.125rem;
@@ -133,7 +132,7 @@
flex-direction: column;
&__information-container {
- max-width: 100%;
+ max-width: 100% !important;
}
}
}
)