Apply max width to all input elements.
Update form class with better name and add form-conrainer--narrow class.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
{% include "fragments/flash.html" %}
|
||||
|
||||
<base-form inline-template :enable-save="true">
|
||||
<form method="POST" action="{{ action }}" v-on:submit="handleSubmit" class="form">
|
||||
<form method="POST" action="{{ action }}" v-on:submit="handleSubmit" class="form-container">
|
||||
{{ form.csrf_token }}
|
||||
<div class="form-row">
|
||||
<div class="form-col">
|
||||
|
Reference in New Issue
Block a user