Update HomeView.vue

Fix multiline text of cmd output
This commit is contained in:
Janis Hutz
2023-06-04 18:40:04 +02:00
committed by GitHub
parent 8f7f6d71b7
commit c977c9e754

View File

@@ -135,6 +135,7 @@ export default {
height: 100%;
width: 60%;
text-align: justify;
white-space: pre-line;
}
.shown {