Skip to content

Commit

Permalink
Handle feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
nntthuy-axonivy committed Jul 24, 2024
1 parent f04d72e commit 44f3e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ <h4 class="analysis-title text-primary text-capitalize mb-0">
</div>
</div>
<div class="d-flex flex-column col-12 col-lg-4">
<div
class="d-flex justify-content-center justify-content-lg-end mt-md-3 m-sm-0">
<div class="d-flex text-lg-end mt-md-3 m-sm-0">
<app-product-version-action
class="w-100 d-flex d-lg-block"
(installationCount)="receiveInstallationCountData($event)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
.not-found-text {
line-height: 140%;
color: var(--text-no-rating-color);
margin-top: 20px;
margin: 20px 0 0 0;
}
}

Expand Down

0 comments on commit 44f3e14

Please sign in to comment.