Skip to content

Commit

Permalink
Fix: Prevent Code Format Overflow in Task Request Page (#927)
Browse files Browse the repository at this point in the history
added code css property
  • Loading branch information
AnujChhikara authored Dec 16, 2024
1 parent cf01917 commit 8ce0841
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions task-requests/details/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,10 @@ table tr td {
border-radius: 0.5rem;
}

.task__issue__container code {
white-space: pre-wrap;
}

.requester-border {
border-left: solid 1px rgba(0, 0, 0, 0.1);
}
Expand Down

0 comments on commit 8ce0841

Please sign in to comment.