This commit is contained in:
2020-04-16 19:01:59 +00:00
parent 4d4962f290
commit 52ea7c5480
2 changed files with 16 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
.multi-line {
white-space: pre-line;
}
white-space: pre-line;
}
.aywiki > blockquote {
margin-top: 10px;
margin-bottom: 10px;
margin-left: 50px;
padding-left: 15px;
border-left: 3px solid #ccc;
background-color: rgb(245, 252, 255);
}

View File

@@ -3,7 +3,11 @@
<span class="v-label v-label--active theme--light">
Wiki
</span>
<v-sheet elevation="2" v-html="compiledOutput()" class="pa-2 pa-sm-6 mt-2">
<v-sheet
elevation="2"
v-html="compiledOutput()"
class="aywiki pa-2 pa-sm-6 mt-2"
>
</v-sheet>
</div>
</template>