You might sometimes see a vertical line in the middle of your fields on the SUBMIT TICKET page. 
You can try adding the following CSS to your DIVI custom css field (DIVI->THEME OPTIONS) to remove this line:
.wpas-submission-form-inside-after-subject.container::before {
display: none;
}