Added ticket comments

This commit is contained in:
2022-11-21 23:48:25 -05:00
parent 4371fd0b2f
commit 5683c0bc8b
8 changed files with 136 additions and 4 deletions

View File

@ -74,7 +74,8 @@ input[type="submit"].button-primary
#main-wrapper
margin-top: 25px
#ticket-form
#ticket-form,
#comment-form
textarea
max-width: 100%
height: 250px
@ -139,3 +140,17 @@ input[type="submit"].button-primary
i
margin-right: 5px
font-size: 2rem
#comment-form
textarea
height: 150px
.comments-list
list-style: none
margin: 0
.comment
&:not(:last-child)
border-bottom: 1px solid #666
p:last-child
margin-bottom: 5px