Skip to content

Commit

Permalink
Display version info on products... (#413)
Browse files Browse the repository at this point in the history
* fix: add comments

* fix: restructure product detail

* fix: replace close action with button

* fix: tests

* fix: tuning layout

* fix: update package-lock.json

* fix: tuning layout

* fix: tuning layout

* fix: code smells
  • Loading branch information
HenryT-CG authored Nov 1, 2024
1 parent 97685f0 commit 62a73b0
Show file tree
Hide file tree
Showing 8 changed files with 274 additions and 238 deletions.
30 changes: 22 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
"ngx-color": "^9.0.0",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primeng": "^17.18.10",
"primeng": "^17.18.11",
"rxjs": "7.8.1",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
>
</ocx-page-header>

<div *ngIf="exceptionKey" id="ws_detail_error" class="card px-3 align-items-center">
<div *ngIf="exceptionKey" class="card px-3 align-items-center">
<p-message
id="ws_detail_error_message"
severity="error"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
@include dialog-modal-disable-full-height;

:host ::ng-deep {
.p-dataview .p-dataview-content {
padding-left: 0;
padding-right: 0;
}
.h-2-5rem {
height: 2.5rem !important;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
@include correct-data-view-header-for-tabpanel;

:host ::ng-deep {
.p-dataview .p-dataview-content {
padding-left: 0;
padding-right: 0;
}
.h-2-5rem {
height: 2.5rem !important;
}
Expand Down
Loading

0 comments on commit 62a73b0

Please sign in to comment.