Skip to content

Commit

Permalink
MARP-831 Handle Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
tvtphuc-axonivy committed Aug 16, 2024
1 parent 5dd1ec6 commit 77c2cf3
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ i {
margin: auto;
}

::ng-deep .dropdown {
width: fit-content;
}

@media (max-width: 767px) {
.modal-body-wrapper {
padding: 20px;
Expand All @@ -80,7 +76,7 @@ i {
width: 100%;
}

.product-item-select {
::ng-deep .product-item-select {
width: 100%;
}
}
Expand All @@ -92,7 +88,7 @@ i {
width: 525px;
}

.product-item-select {
::ng-deep .product-item-select {
width: fit-content;
}
}
Expand Down

0 comments on commit 77c2cf3

Please sign in to comment.