Hide description fields through css display none

This commit is contained in:
Joseph Kennedy 2017-08-29 03:22:58 -04:00
parent 69f8e8abb8
commit d0327c8b0d

View File

@ -400,5 +400,8 @@ textarea {
background-color: #cd3c3c;
}
i.fa-comment-o {
visibility:hidden;
display:inline;
}
.iface-description {
display:none;
}