이봐, 난이 사이트의 결과로 내 사이트부트 스트랩 4 버튼 위치
<form id="filter_view" method="POST"> {% csrf_token %}
<div class="form-row">
<div class="form-group col-md-1">
<label for="select_id">option</label>
<select id="select_id" class="form-control">
<option selected>Choose...</option>
<option>...</option>
</select>
</div>
<div class="form-group col-md-1">
<label for="inputZip">write</label>
<input type="text" class="form-control" id="inputZip">
</div>
<div class="form-group col-1 align-bottom">
<button type="submit" class="btn btn-secondary align-bottom">submit</button>
</div>
</div>
</form>
내 버튼의 위치에 문제가 : Website view
하지만 난 내 입력의 행에 버튼을 제출합니다 - 상자, 어떤 아이디어?
당신이 빈 lable을 사용할 수 있습니다 방문 http://jsfiddle.net/x1hphsvb/315/ –
슬프게도을 – BrotCast
작동하지 않음 보기 창 크기를 늘리는 것입니다. –