Use col-3 for form labels, so also long labels are shown without linebreak

This commit is contained in:
Jan Böhmer 2019-04-13 18:28:41 +02:00
parent fbfb0269d3
commit 453e7132c0
3 changed files with 17 additions and 9 deletions

View file

@ -5,7 +5,7 @@
<input type="hidden" name="_token" value="{{ csrf_token('delete' ~ entity.id) }}">
<div class="form-group">
<div class=""></div>
<div class="col-3 offset-2 pl-1">
<div class="col offset-3 pl-2">
<button class="btn btn-danger">{% trans %}entity.delete{% endtrans %}</button>
</div>
</div>