Skip to content

Commit 8ce0841

Browse files
authored
Fix: Prevent Code Format Overflow in Task Request Page (#927)
added code css property
1 parent cf01917 commit 8ce0841

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

task-requests/details/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,10 @@ table tr td {
432432
border-radius: 0.5rem;
433433
}
434434

435+
.task__issue__container code {
436+
white-space: pre-wrap;
437+
}
438+
435439
.requester-border {
436440
border-left: solid 1px rgba(0, 0, 0, 0.1);
437441
}

0 commit comments

Comments
 (0)