Job detail min height implemented

This commit was merged in pull request #736.
This commit is contained in:
victorAnumudu
2024-05-30 17:48:52 +01:00
parent a467626fae
commit 9a0dc0d01a
3 changed files with 39 additions and 13 deletions
+1 -1
View File
@@ -178,7 +178,7 @@
/* Modal Body section */
.modal-body-wrapper {
@apply w-full h-full overflow-y-auto flex flex-col items-center px-10 p-2
@apply w-full min-h-[300px] h-full overflow-y-auto flex flex-col items-center px-10 p-2
}
/* modal footer */