Skip to content

Commit

Permalink
fix(statistic): SJIP-797 icon alignement (Ferlab-Ste-Justine#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
AltefrohneGaelle authored Apr 11, 2024
1 parent ece0cf3 commit 6bf15d6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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 @@
### 9.12.6 2024-04-11
- fix: SJIP-797 statistic icon align

### 9.12.5 2024-04-11
- feat: SJIP-797 Fix disconnect button issue

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": "9.12.5",
"version": "9.12.6",
"description": "Core components for scientific research data portals",
"publishConfig": {
"access": "public"
Expand Down
1 change: 0 additions & 1 deletion packages/ui/src/components/StatisticIcon/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.statisticWrapper {
display: flex;
align-items: center;
justify-content: center;;
gap: 16px;

.stats {
Expand Down

0 comments on commit 6bf15d6

Please sign in to comment.