In the property page, if you want to show the full description and remove the view more link you need to use this css code.

#listing_description .panel-body {
max-height: 100%!important;
}
#view_more_desc{
display:none!important;
}

You can add it in theme-options/design custom css filed or in the style file on your child theme.