feat(core): Add edit details to ticket and comments
ref: #250 #96 #93 #95 #90 #264 #266
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user