Added spacing about submit button

This commit is contained in:
neviyn 2021-05-07 13:59:51 +01:00
parent 80195c5081
commit 96104c3899

View File

@ -19,7 +19,7 @@
<input class="form-control" id="formFile" name="file" type="file" th:accept="${@imageConfigurationProperties.typeListForFormFilter()}"> <input class="form-control" id="formFile" name="file" type="file" th:accept="${@imageConfigurationProperties.typeListForFormFilter()}">
<label class="form-label" for="formTags">Image tags</label> <label class="form-label" for="formTags">Image tags</label>
<input class="form-control" id="formTags" placeholder="Tags separated by spaces" type="text" name="tags"> <input class="form-control" id="formTags" placeholder="Tags separated by spaces" type="text" name="tags">
<button type="submit" class="btn btn-primary">Submit</button> <button type="submit" class="btn btn-primary mt-2">Submit</button>
</form> </form>
</div> </div>
</div> </div>