Correct error message copy-pasting

This commit is contained in:
James 2018-08-09 18:06:16 +10:00
parent cbc4ea0d75
commit c84d5daf3a
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ pre {
-moz-user-select: text; -moz-user-select: text;
-ms-user-select: text; -ms-user-select: text;
user-select: text; user-select: text;
cursor: text;
} }
.tile.is-child > .box { .tile.is-child > .box {

View File

@ -255,7 +255,7 @@ const ErrorView = {
<div class="column has-padding"> <div class="column has-padding">
<h4 class="subtitle">An error occurred:</h4> <h4 class="subtitle">An error occurred:</h4>
<code>{{ msg }}</code> <pre>{{ msg }}</pre>
<a class="button is-primary is-pulled-right" v-if="remaining" v-on:click="go_back">Back</a> <a class="button is-primary is-pulled-right" v-if="remaining" v-on:click="go_back">Back</a>
</div> </div>