wider buttons with text on sub modals
Some checks failed
Build and Push Docker Image / build (push) Failing after 7m2s
Some checks failed
Build and Push Docker Image / build (push) Failing after 7m2s
This commit is contained in:
parent
643cefd45f
commit
36b5712a25
@ -76,8 +76,9 @@
|
||||
</button>
|
||||
<button type="submit" class="btn btn-primary rounded-1 me-0 px-4">
|
||||
<i class="bi bi-floppy"></i>
|
||||
<span class="ms-2 d-none d-sm-inline">Save</span>
|
||||
</button>
|
||||
<button type="button" class="btn btn-secondary rounded-1 me-0 ms-3" data-bs-dismiss="modal">
|
||||
<button type="button" class="btn btn-secondary rounded-1 me-0 ms-3 px-3 px-sm-4" data-bs-dismiss="modal">
|
||||
<i class="bi bi-arrow-return-right"></i>
|
||||
</button>
|
||||
</div>
|
||||
@ -102,7 +103,7 @@
|
||||
<table class="table table-hover align-middle"></table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer border-top-0">
|
||||
<div class="modal-footer px-4 border-top-0">
|
||||
<button type="button" class="btn btn-secondary rounded-1 me-0 px-4" data-bs-toggle="modal" data-bs-target="#subFormModal">
|
||||
<i class="bi bi-arrow-return-right"></i>
|
||||
</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user