FIX_DROPDOWN_WIDTH_NONEB_SRI
This commit is contained in:
parent
5828bc707a
commit
fcb650288a
@ -858,7 +858,7 @@
|
|||||||
<label for="address3_${increment}">Address 3</label>
|
<label for="address3_${increment}">Address 3</label>
|
||||||
<input type="text" id="address3_${increment}" name="address3[]" class="form-control" />
|
<input type="text" id="address3_${increment}" name="address3[]" class="form-control" />
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-md-4">
|
<div class="form-group col-md-4" style = "width: 10px !important;">
|
||||||
<label for="occupancy_${increment}">Occupancy Risk<span class="text-danger">*</span></label>
|
<label for="occupancy_${increment}">Occupancy Risk<span class="text-danger">*</span></label>
|
||||||
<select id="occupancy_${increment}" name="occupancy[]" class="form-control" onchange="showRequiredFieldsBasedOnLocation(this)" required>
|
<select id="occupancy_${increment}" name="occupancy[]" class="form-control" onchange="showRequiredFieldsBasedOnLocation(this)" required>
|
||||||
<option value="">Select</option>
|
<option value="">Select</option>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user