feat(core): Add edit details to ticket and comments

ref: #250 #96 #93 #95 #90 #264 #266
This commit is contained in:
2024-09-09 16:39:11 +09:30
parent 0794e5b58f
commit 63077dfa26
4 changed files with 30 additions and 3 deletions

View File

@ -168,6 +168,13 @@
text-align: left;
}
#ticket-description h3 span.sub-script {
color: #777;
font-size:smaller;
}
#ticket-description div {
padding: 10px;
}
@ -399,6 +406,10 @@
width: 100%;
}
#comment h4 #text span.sub-script{
font-size: smaller;
}
#comment h4 #icons {
border: none;