added modal footer class to edit job modal

This commit was merged in pull request #694.
This commit is contained in:
victorAnumudu
2024-04-03 10:35:59 +01:00
parent 25734882cb
commit a1dc72e5b0
4 changed files with 496 additions and 497 deletions
+1 -1
View File
@@ -174,7 +174,7 @@
/* modal footer */
.modal-footer-wrapper{
@apply py-2 px-4 border-t-2 flex justify-between items-center
@apply p-4 border-t-2 flex justify-between items-center
}
/* END OF STYLES FOR MODAL BOX */