Internal: Update form CSS

pull/3466/head
Julio Montoya 5 years ago
parent f146667771
commit c25d517105
  1. 4
      public/main/inc/lib/pear/HTML/QuickForm/text.php

@ -123,8 +123,8 @@ class HTML_QuickForm_text extends HTML_QuickForm_input
break; break;
case FormValidator::LAYOUT_HORIZONTAL: case FormValidator::LAYOUT_HORIZONTAL:
$template = ' $template = '
<div class="form-group {error_class}"> <div class="row mb-3 {error_class}">
<label {label-for} class="col-sm-'.$size[0].' control-label" > <label {label-for} class="col-sm-'.$size[0].' col-form-label" >
<!-- BEGIN required --><span class="form_required">*</span><!-- END required --> <!-- BEGIN required --><span class="form_required">*</span><!-- END required -->
{label} {label}
</label> </label>

Loading…
Cancel
Save