Skip to content

Commit

Permalink
records list: added margin to the right of files column (#3648)
Browse files Browse the repository at this point in the history
* records list: added margin to the right of files column

* use latest arena-core

---------

Co-authored-by: Stefano Ricci <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 13, 2024
1 parent 976743d commit ff6b1a6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@mui/x-data-grid": "^7.14.0",
"@mui/x-date-pickers": "^7.14.0",
"@mui/x-tree-view": "^7.7.1",
"@openforis/arena-core": "^0.0.209",
"@openforis/arena-core": "^1.0.1",
"@openforis/arena-server": "^0.1.36",
"@reduxjs/toolkit": "^2.2.5",
"@sendgrid/mail": "^8.1.3",
Expand Down
2 changes: 2 additions & 0 deletions webapp/style/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ $tableFooterHeight: 30px;
.table__rows {
position: absolute;
overflow-y: auto;
scrollbar-gutter: stable;
height: calc(100% - 50px);
right: 10px;
left: 10px;
Expand Down Expand Up @@ -109,6 +110,7 @@ $tableFooterHeight: 30px;
color: white;
font-weight: 600;
overflow: hidden;
padding-right: 16px;
}

.table__row-expanded-panel-wrapper {
Expand Down
1 change: 1 addition & 0 deletions webapp/views/App/views/Data/Records/Records.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
align-items: center;
justify-content: flex-end;
gap: 0.2rem;
padding-right: 0.6rem;
}
.record-owner-col {
width: fit-content;
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2777,10 +2777,10 @@
proj4 "^2.11.0"
uuid "^10.0.0"

"@openforis/arena-core@^0.0.209":
version "0.0.209"
resolved "https://npm.pkg.github.com/download/@openforis/arena-core/0.0.209/1d0c8e3bd80e689ec3bac005843d6b55c213aaad#1d0c8e3bd80e689ec3bac005843d6b55c213aaad"
integrity sha512-cF0fCHNmqn/DvWXWRYJBrdyd5Tnw8wZ6UbCxmBWFFH1uVy7gQ5kke5BCDv8fnL/VhRGuuIr6QuDTs0zpKq7OKA==
"@openforis/arena-core@^1.0.1":
version "1.0.1"
resolved "https://npm.pkg.github.com/download/@openforis/arena-core/1.0.1/06b493d0832c6ef31482cfd39bf35b191c5e361c#06b493d0832c6ef31482cfd39bf35b191c5e361c"
integrity sha512-qtJahu2theB1TFpIPhg3DmGwPGUTDJYxHij/tmHnPh8Mr3oqK9PrlyZ1hSoVlJ4Y6gMcTGaF2fsT8zLwGOCv1A==
dependencies:
"@jsep-plugin/regex" "^1.0.3"
bignumber.js "^9.1.2"
Expand Down

0 comments on commit ff6b1a6

Please sign in to comment.