Skip to content

Commit

Permalink
fix up position of submit btn (#147)
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo Dueñas <[email protected]>
  • Loading branch information
anmode and heduenas committed Aug 21, 2024
1 parent 96885dd commit 391ae5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -683,11 +683,11 @@ <h3 id="importLabel">Importar MDO/KEC</h3>
<label>MDO: <input id="importar_mdo" type="file" /></label>
<label>KEC: <input id="importar_kec" type="file" /></label>
</div>
<div class="modal-footer">
<input class="btn" type="submit" value="Importar" />
</div>
</form>
</div>
<div class="modal-footer">
<input class="btn" type="submit" value="Importar" />
</div>
</div>
<div
aria-hidden="true"
Expand Down

0 comments on commit 391ae5e

Please sign in to comment.