Added ticket comments
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user