used btn-block
This commit is contained in:
parent
00ca2cbff4
commit
a7b222a725
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
|||
<div class="row text-center">
|
||||
<div class="col"></div>
|
||||
<div class="col">
|
||||
<button type="button" class="btn btn-primary px-5" data-bs-toggle="modal" data-bs-target="#newFilterModal">
|
||||
<button type="button" class="btn btn-primary btn-block" data-bs-toggle="modal" data-bs-target="#newFilterModal">
|
||||
Add Filter
|
||||
</button>
|
||||
</div>
|
||||
|
@ -181,7 +181,7 @@
|
|||
</div>
|
||||
<label for="fromInput" class="col-sm-2 col-form-label">From:</label>
|
||||
<div class="col-sm-10 p-2">
|
||||
<input type="text" class="form-control" name="from" id="fromInput" placeholder="0-3,4,6,10-13">
|
||||
<input type="text" class="form-control" name="from" id="fromInput" placeholder=":20,25-40,45,47,49,-20:">
|
||||
</div>
|
||||
<button class="btn btn-primary mt-4">Add Filter</button>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue