Refacto issue detail

This commit is contained in:
2026-05-23 09:39:59 +02:00
parent 4a2be2758e
commit 6f166bd1f2
3 changed files with 194 additions and 21 deletions
@@ -85,6 +85,15 @@
min-width: 200px;
}
.composed-issue-item {
cursor: pointer;
transition: background-color 0.1s;
}
.composed-issue-item:hover {
background-color: #f9fafb;
}
/* Description */
.description-textarea {
min-height: 40rem;