Skip to content

Commit

Permalink
Fix for short descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ejunga committed Nov 25, 2025
1 parent 21d776a commit 0d2dfd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdx-enhanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -3989,7 +3989,7 @@ div.profile-image.red-bg, div.profile-image.green-bg, div.profile-image.red-bg,
color: var(--col-400) !important;
}
.ticket-desc *:not(a), .ticket-desc *:not(a) {
.wrap-text *:not(a), .moreToggle *:not(a), .lessToggle *:not(a) {
color: var(--txt-1) !important;
}
Expand Down

0 comments on commit 0d2dfd9

Please sign in to comment.