Browse Source

corrige une marge

master
vince vince 2 years ago
parent
commit
cf2f8f3bb9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      index.php

+ 1
- 1
index.php View File

@ -375,7 +375,7 @@ if (!$isConfig and $hasSupplier) {
<section class="container-fluid"> <section class="container-fluid">
<div class="row g-3"> <div class="row g-3">
<form class="js-localremember bg-dark text-light" action="<?php echo generateUrl($supplier); ?>" method="post"> <form class="js-localremember bg-dark text-light" action="<?php echo generateUrl($supplier); ?>" method="post">
<div class="row mb-3">
<div class="row my-3">
<label for="title" class="col-sm-2 col-form-label">Nom</label> <label for="title" class="col-sm-2 col-form-label">Nom</label>
<div class="col-sm-10"> <div class="col-sm-10">
<input class="form-control" type="text" name="name" required placeholder="Nom" /> <input class="form-control" type="text" name="name" required placeholder="Nom" />


Loading…
Cancel
Save