Merge branch 'release' into develop

This commit is contained in:
Sabe Jones
2018-05-18 17:15:16 +00:00
4 changed files with 5 additions and 5 deletions

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "habitica",
"version": "4.42.5",
"version": "4.42.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,7 +1,7 @@
{
"name": "habitica",
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
"version": "4.42.5",
"version": "4.42.6",
"main": "./website/server/index.js",
"dependencies": {
"@slack/client": "^3.8.1",

View File

@@ -116,7 +116,7 @@ div
/* Push progress bar above modals */
#nprogress .bar {
z-index: 1043 !important; /* Must stay above nav bar */
z-index: 1090 !important; /* Must stay above nav bar */
}
.restingInn {

View File

@@ -32,7 +32,7 @@
:member="isMember",
v-once
)
.challenge-description {{challenge.summary}}
.challenge-description(v-markdown='challenge.summary')
.well-wrapper(v-if="fullLayout")
.well
div(v-for="task in tasksData", :class="{'muted': task.value === 0}", v-once)
@@ -162,7 +162,7 @@
.challenge-description {
color: $gray-200;
margin: 0 1.5em;
word-break: break-all;
word-break: break-word;
}
.well {