Skip to content

Commit

Permalink
fix: resolve height related displaying issue in service admin board (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ss-nikunj authored Aug 13, 2024
1 parent d8cf5fc commit c8a40b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- Fixed incorrect usage of pre-commit hook
- Fix consistency issue in constants file. Use camel case for all page paths. Update corresponding usage in other files
- Remove unnecessary condition in semantic hub page's table
- Remove fixed height for "Admin Service Detail" page content.

## 2.1.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
padding: 48px 256px 48px 160px;
}
.service-content {
height: 1352px;
padding: 0px 256px 0px 256px;
.divider-height {
height: 39px;
Expand Down

0 comments on commit c8a40b4

Please sign in to comment.