mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 06:55:42 +01:00
Correct error message copy-pasting
This commit is contained in:
parent
cbc4ea0d75
commit
c84d5daf3a
@ -27,6 +27,7 @@ pre {
|
||||
-moz-user-select: text;
|
||||
-ms-user-select: text;
|
||||
user-select: text;
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
.tile.is-child > .box {
|
||||
|
@ -255,7 +255,7 @@ const ErrorView = {
|
||||
<div class="column has-padding">
|
||||
<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>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user