diff --git a/marketplace-ui/src/app/modules/product/product-detail/product-detail-feedback/product-star-rating-panel/add-feedback-dialog/add-feedback-dialog.component.scss b/marketplace-ui/src/app/modules/product/product-detail/product-detail-feedback/product-star-rating-panel/add-feedback-dialog/add-feedback-dialog.component.scss index 6b5e9fb12..59d34d6f1 100644 --- a/marketplace-ui/src/app/modules/product/product-detail/product-detail-feedback/product-star-rating-panel/add-feedback-dialog/add-feedback-dialog.component.scss +++ b/marketplace-ui/src/app/modules/product/product-detail/product-detail-feedback/product-star-rating-panel/add-feedback-dialog/add-feedback-dialog.component.scss @@ -66,10 +66,6 @@ i { margin: auto; } -::ng-deep .dropdown { - width: fit-content; -} - @media (max-width: 767px) { .modal-body-wrapper { padding: 20px; @@ -80,7 +76,7 @@ i { width: 100%; } - .product-item-select { + ::ng-deep .product-item-select { width: 100%; } } @@ -92,7 +88,7 @@ i { width: 525px; } - .product-item-select { + ::ng-deep .product-item-select { width: fit-content; } }