Skip to content

Commit 8271d26

Browse files
committed
not to overflow errors
1 parent d5f2541 commit 8271d26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/frontend/src/pages/status/page.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,5 +498,7 @@ loadStatus(loading);
498498
.error {
499499
padding: 10px;
500500
background-color: #f7f7f7;
501+
max-width: 100%;
502+
white-space: pre-wrap;
501503
}
502504
</style>

0 commit comments

Comments
 (0)