Skip to content

Commit 0fac303

Browse files
Merge branch 'main' into donut-fixes
2 parents a82fce5 + 234d1be commit 0fac303

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

package-lock.json

Lines changed: 9 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/d3-hierarchy": "^2.0.0",
4242
"@types/d3-transition": "1.1.5",
4343
"apollo-angular": "^2.6.0",
44-
"core-js": "^3.15.0",
44+
"core-js": "^3.15.1",
4545
"d3-array": "^2.12.0",
4646
"d3-axis": "^2.1.0",
4747
"d3-brush": "^1.1.6",

projects/components/src/navigation/navigation-list.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@
8484
}
8585

8686
.expanded {
87-
width: 236px;
87+
width: 244px;
8888
}

0 commit comments

Comments
 (0)