diff --git a/package-lock.json b/package-lock.json index 1c680c722f..e1cf033407 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "habitica", - "version": "4.143.0", + "version": "4.143.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 02a1b0b68f..baeac94c46 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "habitica", "description": "A habit tracker app which treats your goals like a Role Playing Game.", - "version": "4.143.0", + "version": "4.143.1", "main": "./website/server/index.js", "dependencies": { "@babel/core": "^7.9.6", diff --git a/website/client/src/components/userMenu/profile.vue b/website/client/src/components/userMenu/profile.vue index a9f0e4e55c..bb0a4f6c62 100644 --- a/website/client/src/components/userMenu/profile.vue +++ b/website/client/src/components/userMenu/profile.vue @@ -564,6 +564,7 @@ .achievement-wrapper { width: 94px; + min-width: 94px !important; max-width: 94px; margin-right: 12px; margin-left: 12px;