Skip to content

Commit

Permalink
Merge pull request Ferlab-Ste-Justine#353 from Ferlab-Ste-Justine/fix…
Browse files Browse the repository at this point in the history
…/SKFP-858/mouseover-cutoff

fix(grid): SKFP-858 fix mouseover cutoff
  • Loading branch information
lflangis authored Nov 21, 2023
2 parents 6ae3ad7 + f89aa92 commit c240bc4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions packages/ui/Release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 7.14.10 2023-11-21
- fix: SKFP-858 fix mouseover cutoff on resizable grid card

### 7.14.9 2023-11-20
- fix: SKFP-852 remove breakpoint loading system, let rgl manage it by himself

Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ferlab/ui",
"version": "7.14.9",
"version": "7.14.10",
"description": "Core components for scientific research data portals",
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions packages/ui/src/view/v2/GridCard/Gridcard.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ $padding-side-and-bottom: 24px;
}
div[class$="-body"] {
padding: 16px !important;
overflow: inherit;
}
}

Expand Down

0 comments on commit c240bc4

Please sign in to comment.