diff --git a/package.json b/package.json index 60c1cf7d..709028f9 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/components/templates/mixins/justifyContent.js b/src/components/templates/mixins/justifyContent.js index d672039e..4ca37dfb 100644 --- a/src/components/templates/mixins/justifyContent.js +++ b/src/components/templates/mixins/justifyContent.js @@ -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",