Skip to content

Commit

Permalink
v4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
novykh committed Dec 9, 2024
1 parent e2ae353 commit ce52704
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netdata/netdata-ui",
"version": "4.8.1",
"version": "4.8.2",
"description": "netdata UI kit",
"main": "dist/index.js",
"module": "dist/es6/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/components/templates/mixins/justifyContent.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const justifyContentMap = {
start: "flex-start",
start: "start",
center: "center",
end: "flex-end",
end: "end",
between: "space-between",
around: "space-around",
evenly: "space-evenly",
Expand Down

0 comments on commit ce52704

Please sign in to comment.