Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Levitas committed Nov 16, 2023
1 parent f8cf7e3 commit bd4abf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/showfile.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<pre :style="{ maxHeight, height }" v-html="content" />
<pre v-html="content" :style="{ maxHeight, height }" />
</template>

<script lang="ts">
Expand Down

0 comments on commit bd4abf4

Please sign in to comment.