This commit is contained in:
2022-03-09 19:04:17 +00:00
parent e27a235980
commit 2fef4f5e0a
2 changed files with 1 additions and 3 deletions

View File

@@ -22,8 +22,6 @@ FIRST CLIENT SOURCE CODE COMMIT JAN 3rd 2019
# OUTSTANDING MAJOR AREAS TO BETA
dd metrics fast cycle test to confirm it's actually working just not enough to show at first
maybe reduce to 6 hours? or something? Once a day may be too few. but check client end to see if graphs were expecting 24hrs somehow
bugbug: home-notifications text in general error is cut off, doesn't overflow properly just goes off the screen as if not contained
seems like static pre text so maybe throw it in a div or add an overflow-auto to it or something

View File

@@ -41,7 +41,7 @@
>
</template>
<div v-if="i.message" class="mt-4">
<pre>{{ i.message }}</pre>
<pre style="white-space: pre-wrap;">{{ i.message }}</pre>
</div>
</v-card-text>