This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user